Html Css Color HEX #01D4F3 Deep Sky Blue

📋 copy color: '#01D4F3'

red 1 ◦ green 212 ◦ blue 243

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

Shades of Deep Sky Blue #01D4F3

Tints of Deep Sky Blue #01D4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.29%

R = 0.22%
G = 46.49%
B = 53.29%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01D4F3 (or 0x01D4F3) is known color: Deep Sky Blue. HEX triplet: 01, D4 and F3. RGB value is (1,212,243). Sum of RGB (Red+Green+Blue) = 1+212+243=456 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #01D4F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D4F3 is #FE2B0C. Grayscale: #989898. Windows color (decimal): -16657165 or 15979521. OLE color: 15979521.

HSL color Cylindrical-coordinate representation of color #01D4F3: hue angle of 187.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D4F3 is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 212 243 -
CMYK 1.00 0.13 0 0.05
HSL 187.69º 0.99% 0.48% -
HSV(B) 187.69º 1% 0.95% -
XYZ 39.73 53.56 93.04 -
YUV 152.45 179.1 19.98 -
System Red Green Blue C M Y K H S L
Decimal 1 212 243 1.00 0.13 0 0.05 187.69 0.99 0.48
Hex 1 D4 F3 64 D 0 5 BC 63 30
Octal 1 324 363 144 15 0 5 274 143 60
Binary 1 11010100 11110011 1100100 1101 0 101 10111100 1100011 110000

Color Harmonies of #01D4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D4F3

Black with #01D4F3

Text Example


Text Example

White with #01D4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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