#0CABBD

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

Shades of Iris Blue #0CABBD

Tints of Iris Blue #0CABBD

Color information

#0CABBD (or 0x0CABBD) is unknown color: approx Iris Blue. HEX triplet: 0C, AB and BD. RGB value is (12,171,189). Sum of RGB (Red+Green+Blue) = 12+171+189=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #0CABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABBD is #F35442. Grayscale: #7D7D7D. Windows color (decimal): -15946819 or 12430092. OLE color: 12430092.

HSL color Cylindrical-coordinate representation of color #0CABBD: hue angle of 186.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CABBD is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12171189-
CMYK0.940.1000.26
HSL186.1º88.06%39.41%-
HSV(B)186.1º93.65%74.12%-
XYZ23.932.8853.23-
YUV125.51163.8247.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.23%
GREEN value IS 171 (67.19% from 255) = 45.97%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=3.23%
G=45.97%
B=50.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121711890.940.1000.26186.188.0639.41
HexCABBD5EA01Aba5827
Octal142532751361203227213047
Binary1100101010111011110110111101010011010101110101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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