#10BDC4

Color #10BDC4 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #10BDC4

Tints of Iris Blue #10BDC4

Color information

#10BDC4 (or 0x10BDC4) is unknown color: approx Iris Blue. HEX triplet: 10, BD and C4. RGB value is (16,189,196). Sum of RGB (Red+Green+Blue) = 16+189+196=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #10BDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDC4 is #EF423B. Grayscale: #898989. Windows color (decimal): -15680060 or 12893456. OLE color: 12893456.

HSL color Cylindrical-coordinate representation of color #10BDC4: hue angle of 182.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDC4 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16189196-
CMYK0.920.0400.23
HSL182.33º84.91%41.57%-
HSV(B)182.33º91.84%76.86%-
XYZ28.3840.4958.54-
YUV138.07160.6940.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 3.99%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 196 (76.95% from 255) = 48.88%
R=3.99%
G=47.13%
B=48.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161891960.920.0400.23182.3384.9141.57
Hex10BDC45C4017b6552a
Octal20275304134402726612552
Binary1000010111101110001001011100100010111101101101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10BDC4; }

 p { color: rgb(16,189,196); }

 H1.HeaderClassName
 {
   color: #10BDC4;
 }
 .AnyTagClassName
 {
   color: #10BDC4;
 }
</style>
background-color css

<style>
 a { background-color: #10BDC4; }

 a { background-color: rgb(16,189,196); }

 div.DivClassName
 {
   background-color: #10BDC4;
 }
 .BgClassName
 {
   background-color: #10BDC4;
 }
</style>
border-color css

<style>
 span { border-color: #10BDC4; }

 span { border-color: rgb(16,189,196); }

 td.TdClassName
 {
   border-color: #10BDC4;
 }
 .TagClassName
 {
   border-color: #10BDC4;
 }
</style>