Html Css Color HEX #0EAFCC Iris Blue

📋 copy color: '#0EAFCC'

red 14 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #0EAFCC

Tints of Iris Blue #0EAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.53%

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

R = 3.56%
G = 44.53%
B = 51.91%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0EAFCC (or 0x0EAFCC) is known color: Iris Blue. HEX triplet: 0E, AF and CC. RGB value is (14,175,204). Sum of RGB (Red+Green+Blue) = 14+175+204=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EAFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAFCC is #F15033. Grayscale: #818181. Windows color (decimal): -15814708 or 13414158. OLE color: 13414158.

HSL color Cylindrical-coordinate representation of color #0EAFCC: hue angle of 189.16º 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 #0EAFCC is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 175 204 -
CMYK 0.93 0.14 0 0.2
HSL 189.16º 0.87% 0.43% -
HSV(B) 189.16º 0.93% 0.8% -
XYZ 26.41 35.11 62.51 -
YUV 130.17 169.66 45.14 -
System Red Green Blue C M Y K H S L
Decimal 14 175 204 0.93 0.14 0 0.2 189.16 0.87 0.43
Hex E AF CC 5D E 0 14 BD 57 2B
Octal 16 257 314 135 16 0 24 275 127 53
Binary 1110 10101111 11001100 1011101 1110 0 10100 10111101 1010111 101011

Color Harmonies of #0EAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAFCC

Black with #0EAFCC

Text Example


Text Example

White with #0EAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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