Html Css Color HEX #01C9EF Deep Sky Blue

📋 copy color: '#01C9EF'

red 1 ◦ green 201 ◦ blue 239

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

Shades of Deep Sky Blue #01C9EF

Tints of Deep Sky Blue #01C9EF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.58%

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

R = 0.23%
G = 45.58%
B = 54.2%

CMYK

 C value IS 1.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01C9EF (or 0x01C9EF) is known color: Deep Sky Blue. HEX triplet: 01, C9 and EF. RGB value is (1,201,239). Sum of RGB (Red+Green+Blue) = 1+201+239=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #01C9EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C9EF is #FE3610. Grayscale: #919191. Windows color (decimal): -16659985 or 15714561. OLE color: 15714561.

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

Color convert

RGB 1 201 239 -
CMYK 1.00 0.16 0 0.06
HSL 189.58º 0.99% 0.47% -
HSV(B) 189.58º 1% 0.94% -
XYZ 36.48 48.01 89.01 -
YUV 145.53 180.74 24.91 -
System Red Green Blue C M Y K H S L
Decimal 1 201 239 1.00 0.16 0 0.06 189.58 0.99 0.47
Hex 1 C9 EF 64 10 0 6 BE 63 2F
Octal 1 311 357 144 20 0 6 276 143 57
Binary 1 11001001 11101111 1100100 10000 0 110 10111110 1100011 101111

Color Harmonies of #01C9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C9EF

Black with #01C9EF

Text Example


Text Example

White with #01C9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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