Html Css Color HEX #0CBBC0 Iris Blue

📋 copy color: '#0CBBC0'

red 12 ◦ green 187 ◦ blue 192

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

Shades of Iris Blue #0CBBC0

Tints of Iris Blue #0CBBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 3.07%
G = 47.83%
B = 49.1%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0CBBC0 (or 0x0CBBC0) is known color: Iris Blue. HEX triplet: 0C, BB and C0. RGB value is (12,187,192). Sum of RGB (Red+Green+Blue) = 12+187+192=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #0CBBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBC0 is #F3443F. Grayscale: #878787. Windows color (decimal): -15942720 or 12630796. OLE color: 12630796.

HSL color Cylindrical-coordinate representation of color #0CBBC0: hue angle of 181.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBBC0 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 187 192 -
CMYK 0.94 0.03 0 0.25
HSL 181.67º 0.88% 0.4% -
HSV(B) 181.67º 0.94% 0.75% -
XYZ 27.44 39.42 56.03 -
YUV 135.25 160.02 40.09 -
System Red Green Blue C M Y K H S L
Decimal 12 187 192 0.94 0.03 0 0.25 181.67 0.88 0.4
Hex C BB C0 5E 3 0 19 B6 58 28
Octal 14 273 300 136 3 0 31 266 130 50
Binary 1100 10111011 11000000 1011110 11 0 11001 10110110 1011000 101000

Color Harmonies of #0CBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBC0

Black with #0CBBC0

Text Example


Text Example

White with #0CBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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