#0CB2B8

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

Shades of Iris Blue #0CB2B8

Tints of Iris Blue #0CB2B8

Color information

#0CB2B8 (or 0x0CB2B8) is unknown color: approx Iris Blue. HEX triplet: 0C, B2 and B8. RGB value is (12,178,184). Sum of RGB (Red+Green+Blue) = 12+178+184=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #0CB2B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB2B8 is #F34D47. Grayscale: #808080. Windows color (decimal): -15945032 or 12104204. OLE color: 12104204.

HSL color Cylindrical-coordinate representation of color #0CB2B8: hue angle of 182.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB2B8 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12178184-
CMYK0.930.0300.28
HSL182.09º87.76%38.43%-
HSV(B)182.09º93.48%72.16%-
XYZ24.7235.3850.87-
YUV129.0515944.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.21%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 184 (72.27% from 255) = 49.20%
R=3.21%
G=47.59%
B=49.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121781840.930.0300.28182.0987.7638.43
HexCB2B85D301Cb65826
Octal14262270135303426613046
Binary11001011001010111000101110111011100101101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,178,184); }

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

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

 a { background-color: rgb(12,178,184); }

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

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

 span { border-color: rgb(12,178,184); }

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