Html Css Color HEX #05EDF6 Aqua

📋 copy color: '#05EDF6'

red 5 ◦ green 237 ◦ blue 246

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

Shades of Aqua #05EDF6

Tints of Aqua #05EDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.41%

R = 1.02%
G = 48.57%
B = 50.41%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#05EDF6 (or 0x05EDF6) is known color: Aqua. HEX triplet: 05, ED and F6. RGB value is (5,237,246). Sum of RGB (Red+Green+Blue) = 5+237+246=488 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #05EDF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EDF6 is #FA1209. Grayscale: #A8A8A8. Windows color (decimal): -16388618 or 16182533. OLE color: 16182533.

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

Color convert

RGB 5 237 246 -
CMYK 0.98 0.04 0 0.04
HSL 182.24º 0.96% 0.49% -
HSV(B) 182.24º 0.98% 0.96% -
XYZ 46.98 67.25 97.69 -
YUV 168.66 171.64 11.27 -
System Red Green Blue C M Y K H S L
Decimal 5 237 246 0.98 0.04 0 0.04 182.24 0.96 0.49
Hex 5 ED F6 62 4 0 4 B6 60 31
Octal 5 355 366 142 4 0 4 266 140 61
Binary 101 11101101 11110110 1100010 100 0 100 10110110 1100000 110001

Color Harmonies of #05EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EDF6

Black with #05EDF6

Text Example


Text Example

White with #05EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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