Html Css Color HEX #01C2EF Deep Sky Blue

📋 copy color: '#01C2EF'

red 1 ◦ green 194 ◦ blue 239

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

Shades of Deep Sky Blue #01C2EF

Tints of Deep Sky Blue #01C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

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

R = 0.23%
G = 44.7%
B = 55.07%

CMYK

 C value IS 1.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01C2EF (or 0x01C2EF) is known color: Deep Sky Blue. HEX triplet: 01, C2 and EF. RGB value is (1,194,239). Sum of RGB (Red+Green+Blue) = 1+194+239=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #01C2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C2EF is #FE3D10. Grayscale: #8D8D8D. Windows color (decimal): -16661777 or 15712769. OLE color: 15712769.

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

Color convert

RGB 1 194 239 -
CMYK 1.00 0.19 0 0.06
HSL 191.34º 0.99% 0.47% -
HSV(B) 191.34º 1% 0.94% -
XYZ 34.88 44.82 88.47 -
YUV 141.42 183.06 27.84 -
System Red Green Blue C M Y K H S L
Decimal 1 194 239 1.00 0.19 0 0.06 191.34 0.99 0.47
Hex 1 C2 EF 64 13 0 6 BF 63 2F
Octal 1 302 357 144 23 0 6 277 143 57
Binary 1 11000010 11101111 1100100 10011 0 110 10111111 1100011 101111

Color Harmonies of #01C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C2EF

Black with #01C2EF

Text Example


Text Example

White with #01C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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