Html Css Color HEX #06DAFF Deep Sky Blue

📋 copy color: '#06DAFF'

red 6 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #06DAFF

Tints of Deep Sky Blue #06DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

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

R = 1.25%
G = 45.51%
B = 53.24%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06DAFF (or 0x06DAFF) is known color: Deep Sky Blue. HEX triplet: 06, DA and FF. RGB value is (6,218,255). Sum of RGB (Red+Green+Blue) = 6+218+255=479 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #06DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DAFF is #F92500. Grayscale: #9E9E9E. Windows color (decimal): -16327937 or 16767494. OLE color: 16767494.

HSL color Cylindrical-coordinate representation of color #06DAFF: hue angle of 188.92º 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 #06DAFF is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 218 255 -
CMYK 0.98 0.15 0 0
HSL 188.92º 1% 0.51% -
HSV(B) 188.92º 0.98% 1% -
XYZ 43.2 57.4 103.41 -
YUV 158.83 182.26 18.99 -
System Red Green Blue C M Y K H S L
Decimal 6 218 255 0.98 0.15 0 0 188.92 1 0.51
Hex 6 DA FF 62 F 0 0 BD 64 33
Octal 6 332 377 142 17 0 0 275 144 63
Binary 110 11011010 11111111 1100010 1111 0 0 10111101 1100100 110011

Color Harmonies of #06DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DAFF

Black with #06DAFF

Text Example


Text Example

White with #06DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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