Html Css Color HEX #01D8F7 Deep Sky Blue

📋 copy color: '#01D8F7'

red 1 ◦ green 216 ◦ blue 247

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

Shades of Deep Sky Blue #01D8F7

Tints of Deep Sky Blue #01D8F7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.55%

 BLUE value IS 247 (96.88% from 255) = 53.23%

R = 0.22%
G = 46.55%
B = 53.23%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#01D8F7 (or 0x01D8F7) is known color: Deep Sky Blue. HEX triplet: 01, D8 and F7. RGB value is (1,216,247). Sum of RGB (Red+Green+Blue) = 1+216+247=464 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #01D8F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D8F7 is #FE2708. Grayscale: #9A9A9A. Windows color (decimal): -16656137 or 16242689. OLE color: 16242689.

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

Color convert

RGB 1 216 247 -
CMYK 1.00 0.13 0 0.03
HSL 187.56º 0.99% 0.49% -
HSV(B) 187.56º 1% 0.97% -
XYZ 41.36 55.83 96.59 -
YUV 155.25 179.77 17.98 -
System Red Green Blue C M Y K H S L
Decimal 1 216 247 1.00 0.13 0 0.03 187.56 0.99 0.49
Hex 1 D8 F7 64 D 0 3 BC 63 31
Octal 1 330 367 144 15 0 3 274 143 61
Binary 1 11011000 11110111 1100100 1101 0 11 10111100 1100011 110001

Color Harmonies of #01D8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D8F7

Black with #01D8F7

Text Example


Text Example

White with #01D8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,216,247); }

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

background-color css

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

 a { background-color: rgb(1,216,247); }

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

border-color css

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

 span { border-color: rgb(1,216,247); }

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