#0CABDD

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

Shades of Iris Blue #0CABDD

Tints of Iris Blue #0CABDD

Color information

#0CABDD (or 0x0CABDD) is unknown color: approx Iris Blue. HEX triplet: 0C, AB and DD. RGB value is (12,171,221). Sum of RGB (Red+Green+Blue) = 12+171+221=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABDD is #F35422. Grayscale: #808080. Windows color (decimal): -15946787 or 14527244. OLE color: 14527244.

HSL color Cylindrical-coordinate representation of color #0CABDD: hue angle of 194.35º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CABDD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12171221-
CMYK0.950.2300.13
HSL194.35º89.7%45.69%-
HSV(B)194.35º94.57%86.67%-
XYZ27.7734.4273.59-
YUV129.16179.8244.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.97%
GREEN value IS 171 (67.19% from 255) = 42.33%
BLUE value IS 221 (86.72% from 255) = 54.70%
R=2.97%
G=42.33%
B=54.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121712210.950.2300.13194.3589.745.69
HexCABDD5F170Dc25a2e
Octal142533351372701530213256
Binary1100101010111101110110111111011101101110000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CABDD; }

 p { color: rgb(12,171,221); }

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

<style>
 a { background-color: #0CABDD; }

 a { background-color: rgb(12,171,221); }

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

<style>
 span { border-color: #0CABDD; }

 span { border-color: rgb(12,171,221); }

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