Html Css Color HEX #0CAABF Iris Blue

📋 copy color: '#0CAABF'

red 12 ◦ green 170 ◦ blue 191

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

Shades of Iris Blue #0CAABF

Tints of Iris Blue #0CAABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 3.22%
G = 45.58%
B = 51.21%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0CAABF (or 0x0CAABF) is known color: Iris Blue. HEX triplet: 0C, AA and BF. RGB value is (12,170,191). Sum of RGB (Red+Green+Blue) = 12+170+191=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #0CAABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAABF is #F35540. Grayscale: #7C7C7C. Windows color (decimal): -15947073 or 12560908. OLE color: 12560908.

HSL color Cylindrical-coordinate representation of color #0CAABF: hue angle of 187.04º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAABF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 170 191 -
CMYK 0.94 0.11 0 0.25
HSL 187.04º 0.88% 0.4% -
HSV(B) 187.04º 0.94% 0.75% -
XYZ 23.93 32.59 54.32 -
YUV 125.15 165.15 47.29 -
System Red Green Blue C M Y K H S L
Decimal 12 170 191 0.94 0.11 0 0.25 187.04 0.88 0.4
Hex C AA BF 5E B 0 19 BB 58 28
Octal 14 252 277 136 13 0 31 273 130 50
Binary 1100 10101010 10111111 1011110 1011 0 11001 10111011 1011000 101000

Color Harmonies of #0CAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAABF

Black with #0CAABF

Text Example


Text Example

White with #0CAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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