Html Css Color HEX #0EE9FF Aqua

📋 copy color: '#0EE9FF'

red 14 ◦ green 233 ◦ blue 255

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

Shades of Aqua #0EE9FF

Tints of Aqua #0EE9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.41%

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

R = 2.79%
G = 46.41%
B = 50.8%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0EE9FF (or 0x0EE9FF) is known color: Aqua. HEX triplet: 0E, E9 and FF. RGB value is (14,233,255). Sum of RGB (Red+Green+Blue) = 14+233+255=502 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.79% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EE9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EE9FF is #F11600. Grayscale: #A9A9A9. Windows color (decimal): -15799809 or 16771342. OLE color: 16771342.

HSL color Cylindrical-coordinate representation of color #0EE9FF: hue angle of 185.48º 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 #0EE9FF is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 14 233 255 -
CMYK 0.95 0.09 0 0
HSL 185.48º 1% 0.53% -
HSV(B) 185.48º 0.95% 1% -
XYZ 47.37 65.59 104.77 -
YUV 170.03 175.95 16.71 -
System Red Green Blue C M Y K H S L
Decimal 14 233 255 0.95 0.09 0 0 185.48 1 0.53
Hex E E9 FF 5F 9 0 0 B9 64 35
Octal 16 351 377 137 11 0 0 271 144 65
Binary 1110 11101001 11111111 1011111 1001 0 0 10111001 1100100 110101

Color Harmonies of #0EE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE9FF

Black with #0EE9FF

Text Example


Text Example

White with #0EE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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