Html Css Color HEX #0CBCB9 Iris Blue

📋 copy color: '#0CBCB9'

red 12 ◦ green 188 ◦ blue 185

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

Shades of Iris Blue #0CBCB9

Tints of Iris Blue #0CBCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.83%

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 3.12%
G = 48.83%
B = 48.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#0CBCB9 (or 0x0CBCB9) is known color: Iris Blue. HEX triplet: 0C, BC and B9. RGB value is (12,188,185). Sum of RGB (Red+Green+Blue) = 12+188+185=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCB9 is #F34346. Grayscale: #868686. Windows color (decimal): -15942471 or 12172300. OLE color: 12172300.

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

Color convert

RGB 12 188 185 -
CMYK 0.94 0 0.02 0.26
HSL 178.98º 0.88% 0.39% -
HSV(B) 178.98º 0.94% 0.74% -
XYZ 26.89 39.55 52.12 -
YUV 135.03 156.19 40.24 -
System Red Green Blue C M Y K H S L
Decimal 12 188 185 0.94 0 0.02 0.26 178.98 0.88 0.39
Hex C BC B9 5E 0 2 1A B3 58 27
Octal 14 274 271 136 0 2 32 263 130 47
Binary 1100 10111100 10111001 1011110 0 10 11010 10110011 1011000 100111

Color Harmonies of #0CBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCB9

Black with #0CBCB9

Text Example


Text Example

White with #0CBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,185); }

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

background-color css

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

 a { background-color: rgb(12,188,185); }

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

border-color css

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

 span { border-color: rgb(12,188,185); }

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