Html Css Color HEX #01D4FD Deep Sky Blue

📋 copy color: '#01D4FD'

red 1 ◦ green 212 ◦ blue 253

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

Shades of Deep Sky Blue #01D4FD

Tints of Deep Sky Blue #01D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

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

R = 0.21%
G = 45.49%
B = 54.29%

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

#01D4FD (or 0x01D4FD) is known color: Deep Sky Blue. HEX triplet: 01, D4 and FD. RGB value is (1,212,253). Sum of RGB (Red+Green+Blue) = 1+212+253=466 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #01D4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D4FD is #FE2B02. Grayscale: #999999. Windows color (decimal): -16657155 or 16634881. OLE color: 16634881.

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

Color convert

RGB 1 212 253 -
CMYK 1.00 0.16 0 0.01
HSL 189.76º 0.99% 0.5% -
HSV(B) 189.76º 1% 0.99% -
XYZ 41.29 54.19 101.21 -
YUV 153.59 184.1 19.17 -
System Red Green Blue C M Y K H S L
Decimal 1 212 253 1.00 0.16 0 0.01 189.76 0.99 0.5
Hex 1 D4 FD 64 10 0 1 BE 63 32
Octal 1 324 375 144 20 0 1 276 143 62
Binary 1 11010100 11111101 1100100 10000 0 1 10111110 1100011 110010

Color Harmonies of #01D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D4FD

Black with #01D4FD

Text Example


Text Example

White with #01D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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