Html Css Color HEX #0EACCC Iris Blue

📋 copy color: '#0EACCC'

red 14 ◦ green 172 ◦ blue 204

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

Shades of Iris Blue #0EACCC

Tints of Iris Blue #0EACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

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

R = 3.59%
G = 44.1%
B = 52.31%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0EACCC (or 0x0EACCC) is known color: Iris Blue. HEX triplet: 0E, AC and CC. RGB value is (14,172,204). Sum of RGB (Red+Green+Blue) = 14+172+204=390 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.59% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACCC is #F15333. Grayscale: #808080. Windows color (decimal): -15815476 or 13413390. OLE color: 13413390.

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

Color convert

RGB 14 172 204 -
CMYK 0.93 0.16 0 0.2
HSL 190.11º 0.87% 0.43% -
HSV(B) 190.11º 0.93% 0.8% -
XYZ 25.83 33.96 62.32 -
YUV 128.41 170.65 46.4 -
System Red Green Blue C M Y K H S L
Decimal 14 172 204 0.93 0.16 0 0.2 190.11 0.87 0.43
Hex E AC CC 5D 10 0 14 BE 57 2B
Octal 16 254 314 135 20 0 24 276 127 53
Binary 1110 10101100 11001100 1011101 10000 0 10100 10111110 1010111 101011

Color Harmonies of #0EACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACCC

Black with #0EACCC

Text Example


Text Example

White with #0EACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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