Html Css Color HEX #0CB3BA Iris Blue

📋 copy color: '#0CB3BA'

red 12 ◦ green 179 ◦ blue 186

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

Shades of Iris Blue #0CB3BA

Tints of Iris Blue #0CB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.48%

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

R = 3.18%
G = 47.48%
B = 49.34%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0CB3BA (or 0x0CB3BA) is known color: Iris Blue. HEX triplet: 0C, B3 and BA. RGB value is (12,179,186). Sum of RGB (Red+Green+Blue) = 12+179+186=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #0CB3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB3BA is #F34C45. Grayscale: #818181. Windows color (decimal): -15944774 or 12235532. OLE color: 12235532.

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

Color convert

RGB 12 179 186 -
CMYK 0.94 0.04 0 0.27
HSL 182.41º 0.88% 0.39% -
HSV(B) 182.41º 0.94% 0.73% -
XYZ 25.13 35.86 52.05 -
YUV 129.87 159.67 43.93 -
System Red Green Blue C M Y K H S L
Decimal 12 179 186 0.94 0.04 0 0.27 182.41 0.88 0.39
Hex C B3 BA 5E 4 0 1B B6 58 27
Octal 14 263 272 136 4 0 33 266 130 47
Binary 1100 10110011 10111010 1011110 100 0 11011 10110110 1011000 100111

Color Harmonies of #0CB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB3BA

Black with #0CB3BA

Text Example


Text Example

White with #0CB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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