Html Css Color HEX #06FDFF Aqua

📋 copy color: '#06FDFF'

red 6 ◦ green 253 ◦ blue 255

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

Shades of Aqua #06FDFF

Tints of Aqua #06FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.22%

 BLUE value IS 255 (100% from 255) = 49.61%

R = 1.17%
G = 49.22%
B = 49.61%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06FDFF (or 0x06FDFF) is known color: Aqua. HEX triplet: 06, FD and FF. RGB value is (6,253,255). Sum of RGB (Red+Green+Blue) = 6+253+255=514 (68% of max value = 765). Red value is 6 (2.73% from 255 or 1.17% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #06FDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FDFF is #F90200. Grayscale: #B3B3B3. Windows color (decimal): -16318977 or 16776454. OLE color: 16776454.

HSL color Cylindrical-coordinate representation of color #06FDFF: hue angle of 180.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FDFF is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 253 255 -
CMYK 0.98 0.01 0 0
HSL 180.48º 1% 0.51% -
HSV(B) 180.48º 0.98% 1% -
XYZ 53.25 77.51 106.76 -
YUV 179.38 170.67 4.34 -
System Red Green Blue C M Y K H S L
Decimal 6 253 255 0.98 0.01 0 0 180.48 1 0.51
Hex 6 FD FF 62 1 0 0 B4 64 33
Octal 6 375 377 142 1 0 0 264 144 63
Binary 110 11111101 11111111 1100010 1 0 0 10110100 1100100 110011

Color Harmonies of #06FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FDFF

Black with #06FDFF

Text Example


Text Example

White with #06FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,253,255); }

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

background-color css

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

 a { background-color: rgb(6,253,255); }

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

border-color css

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

 span { border-color: rgb(6,253,255); }

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