Html Css Color HEX #0CA9BA Iris Blue

📋 copy color: '#0CA9BA'

red 12 ◦ green 169 ◦ blue 186

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

Shades of Iris Blue #0CA9BA

Tints of Iris Blue #0CA9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.05%

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

R = 3.27%
G = 46.05%
B = 50.68%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0CA9BA (or 0x0CA9BA) is known color: Iris Blue. HEX triplet: 0C, A9 and BA. RGB value is (12,169,186). Sum of RGB (Red+Green+Blue) = 12+169+186=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #0CA9BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA9BA is #F35645. Grayscale: #7B7B7B. Windows color (decimal): -15947334 or 12232972. OLE color: 12232972.

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

Color convert

RGB 12 169 186 -
CMYK 0.94 0.09 0 0.27
HSL 185.86º 0.88% 0.39% -
HSV(B) 185.86º 0.94% 0.73% -
XYZ 23.2 32 51.41 -
YUV 124 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 12 169 186 0.94 0.09 0 0.27 185.86 0.88 0.39
Hex C A9 BA 5E 9 0 1B BA 58 27
Octal 14 251 272 136 11 0 33 272 130 47
Binary 1100 10101001 10111010 1011110 1001 0 11011 10111010 1011000 100111

Color Harmonies of #0CA9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA9BA

Black with #0CA9BA

Text Example


Text Example

White with #0CA9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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