Html Css Color HEX #01C0F6 Deep Sky Blue

📋 copy color: '#01C0F6'

red 1 ◦ green 192 ◦ blue 246

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

Shades of Deep Sky Blue #01C0F6

Tints of Deep Sky Blue #01C0F6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.74%

 BLUE value IS 246 (96.48% from 255) = 56.04%

R = 0.23%
G = 43.74%
B = 56.04%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01C0F6 (or 0x01C0F6) is known color: Deep Sky Blue. HEX triplet: 01, C0 and F6. RGB value is (1,192,246). Sum of RGB (Red+Green+Blue) = 1+192+246=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #01C0F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C0F6 is #FE3F09. Grayscale: #8C8C8C. Windows color (decimal): -16662282 or 16171009. OLE color: 16171009.

HSL color Cylindrical-coordinate representation of color #01C0F6: hue angle of 193.22º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C0F6 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 192 246 -
CMYK 1.00 0.22 0 0.04
HSL 193.22º 0.99% 0.48% -
HSV(B) 193.22º 1% 0.96% -
XYZ 35.5 44.36 93.88 -
YUV 141.05 187.22 28.11 -
System Red Green Blue C M Y K H S L
Decimal 1 192 246 1.00 0.22 0 0.04 193.22 0.99 0.48
Hex 1 C0 F6 64 16 0 4 C1 63 30
Octal 1 300 366 144 26 0 4 301 143 60
Binary 1 11000000 11110110 1100100 10110 0 100 11000001 1100011 110000

Color Harmonies of #01C0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0F6

Black with #01C0F6

Text Example


Text Example

White with #01C0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,192,246); }

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

background-color css

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

 a { background-color: rgb(1,192,246); }

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

border-color css

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

 span { border-color: rgb(1,192,246); }

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