Html Css Color HEX #01C5FC Deep Sky Blue

📋 copy color: '#01C5FC'

red 1 ◦ green 197 ◦ blue 252

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

Shades of Deep Sky Blue #01C5FC

Tints of Deep Sky Blue #01C5FC

RGB

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

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

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

R = 0.22%
G = 43.78%
B = 56%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01C5FC (or 0x01C5FC) is known color: Deep Sky Blue. HEX triplet: 01, C5 and FC. RGB value is (1,197,252). Sum of RGB (Red+Green+Blue) = 1+197+252=450 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #01C5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C5FC is #FE3A03. Grayscale: #909090. Windows color (decimal): -16660996 or 16565505. OLE color: 16565505.

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

Color convert

RGB 1 197 252 -
CMYK 1.00 0.22 0 0.01
HSL 193.15º 0.99% 0.5% -
HSV(B) 193.15º 1% 0.99% -
XYZ 37.55 46.97 99.18 -
YUV 144.67 188.57 25.53 -
System Red Green Blue C M Y K H S L
Decimal 1 197 252 1.00 0.22 0 0.01 193.15 0.99 0.5
Hex 1 C5 FC 64 16 0 1 C1 63 32
Octal 1 305 374 144 26 0 1 301 143 62
Binary 1 11000101 11111100 1100100 10110 0 1 11000001 1100011 110010

Color Harmonies of #01C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C5FC

Black with #01C5FC

Text Example


Text Example

White with #01C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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