Html Css Color HEX #0CAABD Iris Blue

📋 copy color: '#0CAABD'

red 12 ◦ green 170 ◦ blue 189

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

Shades of Iris Blue #0CAABD

Tints of Iris Blue #0CAABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 3.23%
G = 45.82%
B = 50.94%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0CAABD (or 0x0CAABD) is known color: Iris Blue. HEX triplet: 0C, AA and BD. RGB value is (12,170,189). Sum of RGB (Red+Green+Blue) = 12+170+189=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #0CAABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAABD is #F35542. Grayscale: #7C7C7C. Windows color (decimal): -15947075 or 12429836. OLE color: 12429836.

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

Color convert

RGB 12 170 189 -
CMYK 0.94 0.10 0 0.26
HSL 186.44º 0.88% 0.39% -
HSV(B) 186.44º 0.94% 0.74% -
XYZ 23.71 32.5 53.17 -
YUV 124.92 164.15 47.46 -
System Red Green Blue C M Y K H S L
Decimal 12 170 189 0.94 0.10 0 0.26 186.44 0.88 0.39
Hex C AA BD 5E A 0 1A BA 58 27
Octal 14 252 275 136 12 0 32 272 130 47
Binary 1100 10101010 10111101 1011110 1010 0 11010 10111010 1011000 100111

Color Harmonies of #0CAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAABD

Black with #0CAABD

Text Example


Text Example

White with #0CAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,170,189); }

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

background-color css

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

 a { background-color: rgb(12,170,189); }

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

border-color css

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

 span { border-color: rgb(12,170,189); }

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