Html Css Color HEX #0CBBBA Iris Blue

📋 copy color: '#0CBBBA'

red 12 ◦ green 187 ◦ blue 186

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

Shades of Iris Blue #0CBBBA

Tints of Iris Blue #0CBBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 3.12%
G = 48.57%
B = 48.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#0CBBBA (or 0x0CBBBA) is known color: Iris Blue. HEX triplet: 0C, BB and BA. RGB value is (12,187,186). Sum of RGB (Red+Green+Blue) = 12+187+186=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBBA is #F34445. Grayscale: #868686. Windows color (decimal): -15942726 or 12237580. OLE color: 12237580.

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

Color convert

RGB 12 187 186 -
CMYK 0.94 0 0.01 0.27
HSL 179.66º 0.88% 0.39% -
HSV(B) 179.66º 0.94% 0.73% -
XYZ 26.78 39.16 52.6 -
YUV 134.56 157.02 40.58 -
System Red Green Blue C M Y K H S L
Decimal 12 187 186 0.94 0 0.01 0.27 179.66 0.88 0.39
Hex C BB BA 5E 0 1 1B B4 58 27
Octal 14 273 272 136 0 1 33 264 130 47
Binary 1100 10111011 10111010 1011110 0 1 11011 10110100 1011000 100111

Color Harmonies of #0CBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBBA

Black with #0CBBBA

Text Example


Text Example

White with #0CBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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