Html Css Color HEX #0CB2BC Iris Blue

📋 copy color: '#0CB2BC'

red 12 ◦ green 178 ◦ blue 188

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

Shades of Iris Blue #0CB2BC

Tints of Iris Blue #0CB2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.09%

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 3.17%
G = 47.09%
B = 49.74%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0CB2BC (or 0x0CB2BC) is known color: Iris Blue. HEX triplet: 0C, B2 and BC. RGB value is (12,178,188). Sum of RGB (Red+Green+Blue) = 12+178+188=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #0CB2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB2BC is #F34D43. Grayscale: #818181. Windows color (decimal): -15945028 or 12366348. OLE color: 12366348.

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

Color convert

RGB 12 178 188 -
CMYK 0.94 0.05 0 0.26
HSL 183.41º 0.88% 0.39% -
HSV(B) 183.41º 0.94% 0.74% -
XYZ 25.15 35.55 53.11 -
YUV 129.51 161 44.19 -
System Red Green Blue C M Y K H S L
Decimal 12 178 188 0.94 0.05 0 0.26 183.41 0.88 0.39
Hex C B2 BC 5E 5 0 1A B7 58 27
Octal 14 262 274 136 5 0 32 267 130 47
Binary 1100 10110010 10111100 1011110 101 0 11010 10110111 1011000 100111

Color Harmonies of #0CB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB2BC

Black with #0CB2BC

Text Example


Text Example

White with #0CB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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