Html Css Color HEX #0CBAB8 Iris Blue

📋 copy color: '#0CBAB8'

red 12 ◦ green 186 ◦ blue 184

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

Shades of Iris Blue #0CBAB8

Tints of Iris Blue #0CBAB8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

 BLUE value IS 184 (72.27% from 255) = 48.17%

R = 3.14%
G = 48.69%
B = 48.17%

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

#0CBAB8 (or 0x0CBAB8) is known color: Iris Blue. HEX triplet: 0C, BA and B8. RGB value is (12,186,184). Sum of RGB (Red+Green+Blue) = 12+186+184=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBAB8 is #F34547. Grayscale: #858585. Windows color (decimal): -15942984 or 12106252. OLE color: 12106252.

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

Color convert

RGB 12 186 184 -
CMYK 0.94 0 0.01 0.27
HSL 179.31º 0.88% 0.39% -
HSV(B) 179.31º 0.94% 0.73% -
XYZ 26.36 38.66 51.42 -
YUV 133.75 156.35 41.16 -
System Red Green Blue C M Y K H S L
Decimal 12 186 184 0.94 0 0.01 0.27 179.31 0.88 0.39
Hex C BA B8 5E 0 1 1B B3 58 27
Octal 14 272 270 136 0 1 33 263 130 47
Binary 1100 10111010 10111000 1011110 0 1 11011 10110011 1011000 100111

Color Harmonies of #0CBAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAB8

Black with #0CBAB8

Text Example


Text Example

White with #0CBAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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