Html Css Color HEX #01D2EE Deep Sky Blue

📋 copy color: '#01D2EE'

red 1 ◦ green 210 ◦ blue 238

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

Shades of Deep Sky Blue #01D2EE

Tints of Deep Sky Blue #01D2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.77%

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

R = 0.22%
G = 46.77%
B = 53.01%

CMYK

 C value IS 1.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01D2EE (or 0x01D2EE) is known color: Deep Sky Blue. HEX triplet: 01, D2 and EE. RGB value is (1,210,238). Sum of RGB (Red+Green+Blue) = 1+210+238=449 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #01D2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D2EE is #FE2D11. Grayscale: #969696. Windows color (decimal): -16657682 or 15651329. OLE color: 15651329.

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

Color convert

RGB 1 210 238 -
CMYK 1.00 0.12 0 0.07
HSL 187.09º 0.99% 0.47% -
HSV(B) 187.09º 1% 0.93% -
XYZ 38.49 52.27 88.95 -
YUV 150.7 177.26 21.22 -
System Red Green Blue C M Y K H S L
Decimal 1 210 238 1.00 0.12 0 0.07 187.09 0.99 0.47
Hex 1 D2 EE 64 C 0 7 BB 63 2F
Octal 1 322 356 144 14 0 7 273 143 57
Binary 1 11010010 11101110 1100100 1100 0 111 10111011 1100011 101111

Color Harmonies of #01D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D2EE

Black with #01D2EE

Text Example


Text Example

White with #01D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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