Html Css Color HEX #0CB2CB Iris Blue

📋 copy color: '#0CB2CB'

red 12 ◦ green 178 ◦ blue 203

#0CB2CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0CB2CB

Tints of Iris Blue #0CB2CB

RGB

 RED value IS 12 (5.08% from 255) = 3.05%

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 3.05%
G = 45.29%
B = 51.65%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0CB2CB (or 0x0CB2CB) is known color: Iris Blue. HEX triplet: 0C, B2 and CB. RGB value is (12,178,203). Sum of RGB (Red+Green+Blue) = 12+178+203=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CB2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB2CB is #F34D34. Grayscale: #828282. Windows color (decimal): -15945013 or 13349388. OLE color: 13349388.

HSL color Cylindrical-coordinate representation of color #0CB2CB: hue angle of 187.85º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB2CB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 178 203 -
CMYK 0.94 0.12 0 0.20
HSL 187.85º 0.89% 0.42% -
HSV(B) 187.85º 0.94% 0.8% -
XYZ 26.85 36.23 62.08 -
YUV 131.22 168.5 42.97 -
System Red Green Blue C M Y K H S L
Decimal 12 178 203 0.94 0.12 0 0.20 187.85 0.89 0.42
Hex C B2 CB 5E C 0 14 BC 59 2A
Octal 14 262 313 136 14 0 24 274 131 52
Binary 1100 10110010 11001011 1011110 1100 0 10100 10111100 1011001 101010

Color Harmonies of #0CB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB2CB

Black with #0CB2CB

Text Example


Text Example

White with #0CB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CB2CB;
 }
 .AnyTagClassName
 {
   color: #0CB2CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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