Html Css Color HEX #0EE5FC Aqua

📋 copy color: '#0EE5FC'

red 14 ◦ green 229 ◦ blue 252

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

Shades of Aqua #0EE5FC

Tints of Aqua #0EE5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 2.83%
G = 46.26%
B = 50.91%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0EE5FC (or 0x0EE5FC) is known color: Aqua. HEX triplet: 0E, E5 and FC. RGB value is (14,229,252). Sum of RGB (Red+Green+Blue) = 14+229+252=495 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.83% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EE5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE5FC is #F11A03. Grayscale: #A7A7A7. Windows color (decimal): -15800836 or 16573710. OLE color: 16573710.

HSL color Cylindrical-coordinate representation of color #0EE5FC: hue angle of 185.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE5FC is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 229 252 -
CMYK 0.94 0.09 0 0.01
HSL 185.8º 0.98% 0.52% -
HSV(B) 185.8º 0.94% 0.99% -
XYZ 45.77 63.16 101.87 -
YUV 167.34 175.77 18.63 -
System Red Green Blue C M Y K H S L
Decimal 14 229 252 0.94 0.09 0 0.01 185.8 0.98 0.52
Hex E E5 FC 5E 9 0 1 BA 62 34
Octal 16 345 374 136 11 0 1 272 142 64
Binary 1110 11100101 11111100 1011110 1001 0 1 10111010 1100010 110100

Color Harmonies of #0EE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE5FC

Black with #0EE5FC

Text Example


Text Example

White with #0EE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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