Html Css Color HEX #01C7FC Deep Sky Blue

📋 copy color: '#01C7FC'

red 1 ◦ green 199 ◦ blue 252

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

Shades of Deep Sky Blue #01C7FC

Tints of Deep Sky Blue #01C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.03%

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

R = 0.22%
G = 44.03%
B = 55.75%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01C7FC (or 0x01C7FC) is known color: Deep Sky Blue. HEX triplet: 01, C7 and FC. RGB value is (1,199,252). Sum of RGB (Red+Green+Blue) = 1+199+252=452 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #01C7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C7FC is #FE3803. Grayscale: #919191. Windows color (decimal): -16660484 or 16566017. OLE color: 16566017.

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

Color convert

RGB 1 199 252 -
CMYK 1.00 0.21 0 0.01
HSL 192.67º 0.99% 0.5% -
HSV(B) 192.67º 1% 0.99% -
XYZ 38.01 47.88 99.33 -
YUV 145.84 187.9 24.69 -
System Red Green Blue C M Y K H S L
Decimal 1 199 252 1.00 0.21 0 0.01 192.67 0.99 0.5
Hex 1 C7 FC 64 15 0 1 C1 63 32
Octal 1 307 374 144 25 0 1 301 143 62
Binary 1 11000111 11111100 1100100 10101 0 1 11000001 1100011 110010

Color Harmonies of #01C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C7FC

Black with #01C7FC

Text Example


Text Example

White with #01C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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