Html Css Color HEX #06ADFC Deep Sky Blue

📋 copy color: '#06ADFC'

red 6 ◦ green 173 ◦ blue 252

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

Shades of Deep Sky Blue #06ADFC

Tints of Deep Sky Blue #06ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

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

R = 1.39%
G = 40.14%
B = 58.47%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06ADFC (or 0x06ADFC) is known color: Deep Sky Blue. HEX triplet: 06, AD and FC. RGB value is (6,173,252). Sum of RGB (Red+Green+Blue) = 6+173+252=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #06ADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ADFC is #F95203. Grayscale: #838383. Windows color (decimal): -16339460 or 16559366. OLE color: 16559366.

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

Color convert

RGB 6 173 252 -
CMYK 0.98 0.31 0 0.01
HSL 199.27º 0.98% 0.51% -
HSV(B) 199.27º 0.98% 0.99% -
XYZ 32.59 36.95 97.51 -
YUV 132.07 195.67 38.08 -
System Red Green Blue C M Y K H S L
Decimal 6 173 252 0.98 0.31 0 0.01 199.27 0.98 0.51
Hex 6 AD FC 62 1F 0 1 C7 62 33
Octal 6 255 374 142 37 0 1 307 142 63
Binary 110 10101101 11111100 1100010 11111 0 1 11000111 1100010 110011

Color Harmonies of #06ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADFC

Black with #06ADFC

Text Example


Text Example

White with #06ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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