Html Css Color HEX #0EE5FF Aqua

📋 copy color: '#0EE5FF'

red 14 ◦ green 229 ◦ blue 255

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

Shades of Aqua #0EE5FF

Tints of Aqua #0EE5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.98%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 2.81%
G = 45.98%
B = 51.2%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0EE5FF (or 0x0EE5FF) is known color: Aqua. HEX triplet: 0E, E5 and FF. RGB value is (14,229,255). Sum of RGB (Red+Green+Blue) = 14+229+255=498 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.81% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EE5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE5FF is #F11A00. Grayscale: #A7A7A7. Windows color (decimal): -15800833 or 16770318. OLE color: 16770318.

HSL color Cylindrical-coordinate representation of color #0EE5FF: hue angle of 186.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EE5FF is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 14 229 255 -
CMYK 0.95 0.10 0 0
HSL 186.47º 1% 0.53% -
HSV(B) 186.47º 0.95% 1% -
XYZ 46.25 63.35 104.4 -
YUV 167.68 177.27 18.39 -
System Red Green Blue C M Y K H S L
Decimal 14 229 255 0.95 0.10 0 0 186.47 1 0.53
Hex E E5 FF 5F A 0 0 BA 64 35
Octal 16 345 377 137 12 0 0 272 144 65
Binary 1110 11100101 11111111 1011111 1010 0 0 10111010 1100100 110101

Color Harmonies of #0EE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE5FF

Black with #0EE5FF

Text Example


Text Example

White with #0EE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,229,255); }

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

background-color css

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

 a { background-color: rgb(14,229,255); }

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

border-color css

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

 span { border-color: rgb(14,229,255); }

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