Html Css Color HEX #05EEF8 Aqua

📋 copy color: '#05EEF8'

red 5 ◦ green 238 ◦ blue 248

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

Shades of Aqua #05EEF8

Tints of Aqua #05EEF8

RGB

 RED value IS 5 (2.34% from 255) = 1.02%

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 1.02%
G = 48.47%
B = 50.51%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#05EEF8 (or 0x05EEF8) is known color: Aqua. HEX triplet: 05, EE and F8. RGB value is (5,238,248). Sum of RGB (Red+Green+Blue) = 5+238+248=491 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #05EEF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EEF8 is #FA1107. Grayscale: #A9A9A9. Windows color (decimal): -16388360 or 16313861. OLE color: 16313861.

HSL color Cylindrical-coordinate representation of color #05EEF8: hue angle of 182.47º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EEF8 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 238 248 -
CMYK 0.98 0.04 0 0.03
HSL 182.47º 0.96% 0.5% -
HSV(B) 182.47º 0.98% 0.97% -
XYZ 47.58 67.96 99.42 -
YUV 169.47 172.31 10.69 -
System Red Green Blue C M Y K H S L
Decimal 5 238 248 0.98 0.04 0 0.03 182.47 0.96 0.5
Hex 5 EE F8 62 4 0 3 B6 60 32
Octal 5 356 370 142 4 0 3 266 140 62
Binary 101 11101110 11111000 1100010 100 0 11 10110110 1100000 110010

Color Harmonies of #05EEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EEF8

Black with #05EEF8

Text Example


Text Example

White with #05EEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05EEF8; }

 p { color: rgb(5,238,248); }

 H1.HeaderClassName
 {
   color: #05EEF8;
 }
 .AnyTagClassName
 {
   color: #05EEF8;
 }
</style>

background-color css

<style>
 a { background-color: #05EEF8; }

 a { background-color: rgb(5,238,248); }

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

border-color css

<style>
 span { border-color: #05EEF8; }

 span { border-color: rgb(5,238,248); }

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