Html Css Color HEX #0CBBCB Iris Blue

📋 copy color: '#0CBBCB'

red 12 ◦ green 187 ◦ blue 203

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

Shades of Iris Blue #0CBBCB

Tints of Iris Blue #0CBBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.52%

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

R = 2.99%
G = 46.52%
B = 50.5%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0CBBCB (or 0x0CBBCB) is known color: Iris Blue. HEX triplet: 0C, BB and CB. RGB value is (12,187,203). Sum of RGB (Red+Green+Blue) = 12+187+203=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CBBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBCB is #F34434. Grayscale: #888888. Windows color (decimal): -15942709 or 13351692. OLE color: 13351692.

HSL color Cylindrical-coordinate representation of color #0CBBCB: hue angle of 185.03º 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 #0CBBCB is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 187 203 -
CMYK 0.94 0.08 0 0.20
HSL 185.03º 0.89% 0.42% -
HSV(B) 185.03º 0.94% 0.8% -
XYZ 28.7 39.93 62.69 -
YUV 136.5 165.52 39.2 -
System Red Green Blue C M Y K H S L
Decimal 12 187 203 0.94 0.08 0 0.20 185.03 0.89 0.42
Hex C BB CB 5E 8 0 14 B9 59 2A
Octal 14 273 313 136 10 0 24 271 131 52
Binary 1100 10111011 11001011 1011110 1000 0 10100 10111001 1011001 101010

Color Harmonies of #0CBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBCB

Black with #0CBBCB

Text Example


Text Example

White with #0CBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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