Html Css Color HEX #01C9FC Deep Sky Blue

📋 copy color: '#01C9FC'

red 1 ◦ green 201 ◦ blue 252

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

Shades of Deep Sky Blue #01C9FC

Tints of Deep Sky Blue #01C9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 0.22%
G = 44.27%
B = 55.51%

CMYK

 C value IS 1.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01C9FC (or 0x01C9FC) is known color: Deep Sky Blue. HEX triplet: 01, C9 and FC. RGB value is (1,201,252). Sum of RGB (Red+Green+Blue) = 1+201+252=454 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #01C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C9FC is #FE3603. Grayscale: #929292. Windows color (decimal): -16659972 or 16566529. OLE color: 16566529.

HSL color Cylindrical-coordinate representation of color #01C9FC: hue angle of 192.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C9FC is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 201 252 -
CMYK 1.00 0.20 0 0.01
HSL 192.19º 0.99% 0.5% -
HSV(B) 192.19º 1% 0.99% -
XYZ 38.47 48.81 99.49 -
YUV 147.01 187.24 23.85 -
System Red Green Blue C M Y K H S L
Decimal 1 201 252 1.00 0.20 0 0.01 192.19 0.99 0.5
Hex 1 C9 FC 64 14 0 1 C0 63 32
Octal 1 311 374 144 24 0 1 300 143 62
Binary 1 11001001 11111100 1100100 10100 0 1 11000000 1100011 110010

Color Harmonies of #01C9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C9FC

Black with #01C9FC

Text Example


Text Example

White with #01C9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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