Html Css Color HEX #01C5EE Deep Sky Blue

📋 copy color: '#01C5EE'

red 1 ◦ green 197 ◦ blue 238

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

Shades of Deep Sky Blue #01C5EE

Tints of Deep Sky Blue #01C5EE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

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

R = 0.23%
G = 45.18%
B = 54.59%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01C5EE (or 0x01C5EE) is known color: Deep Sky Blue. HEX triplet: 01, C5 and EE. RGB value is (1,197,238). Sum of RGB (Red+Green+Blue) = 1+197+238=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #01C5EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C5EE is #FE3A11. Grayscale: #8E8E8E. Windows color (decimal): -16661010 or 15648001. OLE color: 15648001.

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

Color convert

RGB 1 197 238 -
CMYK 1.00 0.17 0 0.07
HSL 190.38º 0.99% 0.47% -
HSV(B) 190.38º 1% 0.93% -
XYZ 35.41 46.11 87.92 -
YUV 143.07 181.57 26.67 -
System Red Green Blue C M Y K H S L
Decimal 1 197 238 1.00 0.17 0 0.07 190.38 0.99 0.47
Hex 1 C5 EE 64 11 0 7 BE 63 2F
Octal 1 305 356 144 21 0 7 276 143 57
Binary 1 11000101 11101110 1100100 10001 0 111 10111110 1100011 101111

Color Harmonies of #01C5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C5EE

Black with #01C5EE

Text Example


Text Example

White with #01C5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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