Html Css Color HEX #01D2EF Deep Sky Blue

📋 copy color: '#01D2EF'

red 1 ◦ green 210 ◦ blue 239

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

Shades of Deep Sky Blue #01D2EF

Tints of Deep Sky Blue #01D2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 0.22%
G = 46.67%
B = 53.11%

CMYK

 C value IS 1.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01D2EF (or 0x01D2EF) is known color: Deep Sky Blue. HEX triplet: 01, D2 and EF. RGB value is (1,210,239). Sum of RGB (Red+Green+Blue) = 1+210+239=450 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #01D2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D2EF is #FE2D10. Grayscale: #969696. Windows color (decimal): -16657681 or 15716865. OLE color: 15716865.

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

Color convert

RGB 1 210 239 -
CMYK 1.00 0.12 0 0.06
HSL 187.31º 0.99% 0.47% -
HSV(B) 187.31º 1% 0.94% -
XYZ 38.64 52.33 89.73 -
YUV 150.82 177.76 21.14 -
System Red Green Blue C M Y K H S L
Decimal 1 210 239 1.00 0.12 0 0.06 187.31 0.99 0.47
Hex 1 D2 EF 64 C 0 6 BB 63 2F
Octal 1 322 357 144 14 0 6 273 143 57
Binary 1 11010010 11101111 1100100 1100 0 110 10111011 1100011 101111

Color Harmonies of #01D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D2EF

Black with #01D2EF

Text Example


Text Example

White with #01D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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