Html Css Color HEX #06EDF8 Aqua

📋 copy color: '#06EDF8'

red 6 ◦ green 237 ◦ blue 248

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

Shades of Aqua #06EDF8

Tints of Aqua #06EDF8

RGB

 RED value IS 6 (2.73% from 255) = 1.22%

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

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

R = 1.22%
G = 48.27%
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

#06EDF8 (or 0x06EDF8) is known color: Aqua. HEX triplet: 06, ED and F8. RGB value is (6,237,248). Sum of RGB (Red+Green+Blue) = 6+237+248=491 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 491); Green value is 237 (92.97% from 255 or 48.27% 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 #06EDF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EDF8 is #F91207. Grayscale: #A8A8A8. Windows color (decimal): -16323080 or 16313606. OLE color: 16313606.

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

Color convert

RGB 6 237 248 -
CMYK 0.98 0.04 0 0.03
HSL 182.73º 0.95% 0.5% -
HSV(B) 182.73º 0.98% 0.97% -
XYZ 47.3 67.38 99.32 -
YUV 169.19 172.47 11.61 -
System Red Green Blue C M Y K H S L
Decimal 6 237 248 0.98 0.04 0 0.03 182.73 0.95 0.5
Hex 6 ED F8 62 4 0 3 B7 5F 32
Octal 6 355 370 142 4 0 3 267 137 62
Binary 110 11101101 11111000 1100010 100 0 11 10110111 1011111 110010

Color Harmonies of #06EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EDF8

Black with #06EDF8

Text Example


Text Example

White with #06EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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