Html Css Color HEX #0EAACC Iris Blue

📋 copy color: '#0EAACC'

red 14 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #0EAACC

Tints of Iris Blue #0EAACC

RGB

 RED value IS 14 (5.86% from 255) = 3.61%

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 3.61%
G = 43.81%
B = 52.58%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0EAACC (or 0x0EAACC) is known color: Iris Blue. HEX triplet: 0E, AA and CC. RGB value is (14,170,204). Sum of RGB (Red+Green+Blue) = 14+170+204=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EAACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAACC is #F15533. Grayscale: #7E7E7E. Windows color (decimal): -15815988 or 13412878. OLE color: 13412878.

HSL color Cylindrical-coordinate representation of color #0EAACC: hue angle of 190.74º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAACC is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 170 204 -
CMYK 0.93 0.17 0 0.2
HSL 190.74º 0.87% 0.43% -
HSV(B) 190.74º 0.93% 0.8% -
XYZ 25.45 33.2 62.19 -
YUV 127.23 171.32 47.24 -
System Red Green Blue C M Y K H S L
Decimal 14 170 204 0.93 0.17 0 0.2 190.74 0.87 0.43
Hex E AA CC 5D 11 0 14 BF 57 2B
Octal 16 252 314 135 21 0 24 277 127 53
Binary 1110 10101010 11001100 1011101 10001 0 10100 10111111 1010111 101011

Color Harmonies of #0EAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAACC

Black with #0EAACC

Text Example


Text Example

White with #0EAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,204); }

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

background-color css

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

 a { background-color: rgb(14,170,204); }

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

border-color css

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

 span { border-color: rgb(14,170,204); }

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