Html Css Color HEX #01D5FD Deep Sky Blue

📋 copy color: '#01D5FD'

red 1 ◦ green 213 ◦ blue 253

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

Shades of Deep Sky Blue #01D5FD

Tints of Deep Sky Blue #01D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.61%

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 0.21%
G = 45.61%
B = 54.18%

CMYK

 C value IS 1.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01D5FD (or 0x01D5FD) is known color: Deep Sky Blue. HEX triplet: 01, D5 and FD. RGB value is (1,213,253). Sum of RGB (Red+Green+Blue) = 1+213+253=467 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #01D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D5FD is #FE2A02. Grayscale: #999999. Windows color (decimal): -16656899 or 16635137. OLE color: 16635137.

HSL color Cylindrical-coordinate representation of color #01D5FD: hue angle of 189.52º 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 #01D5FD is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 213 253 -
CMYK 1.00 0.16 0 0.01
HSL 189.52º 0.99% 0.5% -
HSV(B) 189.52º 1% 0.99% -
XYZ 41.54 54.69 101.29 -
YUV 154.17 183.76 18.75 -
System Red Green Blue C M Y K H S L
Decimal 1 213 253 1.00 0.16 0 0.01 189.52 0.99 0.5
Hex 1 D5 FD 64 10 0 1 BE 63 32
Octal 1 325 375 144 20 0 1 276 143 62
Binary 1 11010101 11111101 1100100 10000 0 1 10111110 1100011 110010

Color Harmonies of #01D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D5FD

Black with #01D5FD

Text Example


Text Example

White with #01D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,213,253); }

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

background-color css

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

 a { background-color: rgb(1,213,253); }

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

border-color css

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

 span { border-color: rgb(1,213,253); }

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