Html Css Color HEX #01D4EE Deep Sky Blue

📋 copy color: '#01D4EE'

red 1 ◦ green 212 ◦ blue 238

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

Shades of Deep Sky Blue #01D4EE

Tints of Deep Sky Blue #01D4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 0.22%
G = 47.01%
B = 52.77%

CMYK

 C value IS 1.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01D4EE (or 0x01D4EE) is known color: Deep Sky Blue. HEX triplet: 01, D4 and EE. RGB value is (1,212,238). Sum of RGB (Red+Green+Blue) = 1+212+238=451 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #01D4EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D4EE is #FE2B11. Grayscale: #979797. Windows color (decimal): -16657170 or 15651841. OLE color: 15651841.

HSL color Cylindrical-coordinate representation of color #01D4EE: hue angle of 186.58º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D4EE is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 212 238 -
CMYK 1.00 0.11 0 0.07
HSL 186.58º 0.99% 0.47% -
HSV(B) 186.58º 1% 0.93% -
XYZ 38.99 53.27 89.12 -
YUV 151.88 176.6 20.39 -
System Red Green Blue C M Y K H S L
Decimal 1 212 238 1.00 0.11 0 0.07 186.58 0.99 0.47
Hex 1 D4 EE 64 B 0 7 BB 63 2F
Octal 1 324 356 144 13 0 7 273 143 57
Binary 1 11010100 11101110 1100100 1011 0 111 10111011 1100011 101111

Color Harmonies of #01D4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D4EE

Black with #01D4EE

Text Example


Text Example

White with #01D4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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