Html Css Color HEX #06DFFC Aqua

📋 copy color: '#06DFFC'

red 6 ◦ green 223 ◦ blue 252

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

Shades of Aqua #06DFFC

Tints of Aqua #06DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.36%

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 1.25%
G = 46.36%
B = 52.39%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06DFFC (or 0x06DFFC) is known color: Aqua. HEX triplet: 06, DF and FC. RGB value is (6,223,252). Sum of RGB (Red+Green+Blue) = 6+223+252=481 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #06DFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DFFC is #F92003. Grayscale: #A1A1A1. Windows color (decimal): -16326660 or 16572166. OLE color: 16572166.

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

Color convert

RGB 6 223 252 -
CMYK 0.98 0.12 0 0.01
HSL 187.07º 0.98% 0.51% -
HSV(B) 187.07º 0.98% 0.99% -
XYZ 44.03 59.84 101.33 -
YUV 161.42 179.11 17.14 -
System Red Green Blue C M Y K H S L
Decimal 6 223 252 0.98 0.12 0 0.01 187.07 0.98 0.51
Hex 6 DF FC 62 C 0 1 BB 62 33
Octal 6 337 374 142 14 0 1 273 142 63
Binary 110 11011111 11111100 1100010 1100 0 1 10111011 1100010 110011

Color Harmonies of #06DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DFFC

Black with #06DFFC

Text Example


Text Example

White with #06DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,223,252); }

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

background-color css

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

 a { background-color: rgb(6,223,252); }

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

border-color css

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

 span { border-color: rgb(6,223,252); }

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