Html Css Color HEX #05EDF8 Aqua

📋 copy color: '#05EDF8'

red 5 ◦ green 237 ◦ blue 248

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

Shades of Aqua #05EDF8

Tints of Aqua #05EDF8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.37%

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

R = 1.02%
G = 48.37%
B = 50.61%

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

#05EDF8 (or 0x05EDF8) is known color: Aqua. HEX triplet: 05, ED and F8. RGB value is (5,237,248). Sum of RGB (Red+Green+Blue) = 5+237+248=490 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #05EDF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EDF8 is #FA1207. Grayscale: #A8A8A8. Windows color (decimal): -16388616 or 16313605. OLE color: 16313605.

HSL color Cylindrical-coordinate representation of color #05EDF8: hue angle of 182.72º 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 #05EDF8 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 237 248 -
CMYK 0.98 0.04 0 0.03
HSL 182.72º 0.96% 0.5% -
HSV(B) 182.72º 0.98% 0.97% -
XYZ 47.29 67.38 99.32 -
YUV 168.89 172.64 11.11 -
System Red Green Blue C M Y K H S L
Decimal 5 237 248 0.98 0.04 0 0.03 182.72 0.96 0.5
Hex 5 ED F8 62 4 0 3 B7 60 32
Octal 5 355 370 142 4 0 3 267 140 62
Binary 101 11101101 11111000 1100010 100 0 11 10110111 1100000 110010

Color Harmonies of #05EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EDF8

Black with #05EDF8

Text Example


Text Example

White with #05EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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