Html Css Color HEX #01ADFC Deep Sky Blue

📋 copy color: '#01ADFC'

red 1 ◦ green 173 ◦ blue 252

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

Shades of Deep Sky Blue #01ADFC

Tints of Deep Sky Blue #01ADFC

RGB

 RED value IS 1 (0.78% from 255) = 0.23%

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

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

R = 0.23%
G = 40.61%
B = 59.15%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01ADFC (or 0x01ADFC) is known color: Deep Sky Blue. HEX triplet: 01, AD and FC. RGB value is (1,173,252). Sum of RGB (Red+Green+Blue) = 1+173+252=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #01ADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ADFC is #FE5203. Grayscale: #828282. Windows color (decimal): -16667140 or 16559361. OLE color: 16559361.

HSL color Cylindrical-coordinate representation of color #01ADFC: hue angle of 198.88º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ADFC is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 173 252 -
CMYK 1.00 0.31 0 0.01
HSL 198.88º 0.99% 0.5% -
HSV(B) 198.88º 1% 0.99% -
XYZ 32.53 36.92 97.51 -
YUV 130.58 196.52 35.58 -
System Red Green Blue C M Y K H S L
Decimal 1 173 252 1.00 0.31 0 0.01 198.88 0.99 0.5
Hex 1 AD FC 64 1F 0 1 C7 63 32
Octal 1 255 374 144 37 0 1 307 143 62
Binary 1 10101101 11111100 1100100 11111 0 1 11000111 1100011 110010

Color Harmonies of #01ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADFC

Black with #01ADFC

Text Example


Text Example

White with #01ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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