Html Css Color HEX #06EDF5 Aqua

📋 copy color: '#06EDF5'

red 6 ◦ green 237 ◦ blue 245

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

Shades of Aqua #06EDF5

Tints of Aqua #06EDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.2%

R = 1.23%
G = 48.57%
B = 50.2%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#06EDF5 (or 0x06EDF5) is known color: Aqua. HEX triplet: 06, ED and F5. RGB value is (6,237,245). Sum of RGB (Red+Green+Blue) = 6+237+245=488 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #06EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EDF5 is #F9120A. Grayscale: #A8A8A8. Windows color (decimal): -16323083 or 16116998. OLE color: 16116998.

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

Color convert

RGB 6 237 245 -
CMYK 0.98 0.03 0 0.04
HSL 182.01º 0.95% 0.49% -
HSV(B) 182.01º 0.98% 0.96% -
XYZ 46.84 67.2 96.89 -
YUV 168.84 170.97 11.85 -
System Red Green Blue C M Y K H S L
Decimal 6 237 245 0.98 0.03 0 0.04 182.01 0.95 0.49
Hex 6 ED F5 62 3 0 4 B6 5F 31
Octal 6 355 365 142 3 0 4 266 137 61
Binary 110 11101101 11110101 1100010 11 0 100 10110110 1011111 110001

Color Harmonies of #06EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EDF5

Black with #06EDF5

Text Example


Text Example

White with #06EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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