Html Css Color HEX #01C5F6 Deep Sky Blue

📋 copy color: '#01C5F6'

red 1 ◦ green 197 ◦ blue 246

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

Shades of Deep Sky Blue #01C5F6

Tints of Deep Sky Blue #01C5F6

RGB

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

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

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

R = 0.23%
G = 44.37%
B = 55.41%

CMYK

 C value IS 1.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01C5F6 (or 0x01C5F6) is known color: Deep Sky Blue. HEX triplet: 01, C5 and F6. RGB value is (1,197,246). Sum of RGB (Red+Green+Blue) = 1+197+246=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #01C5F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C5F6 is #FE3A09. Grayscale: #8F8F8F. Windows color (decimal): -16661002 or 16172289. OLE color: 16172289.

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

Color convert

RGB 1 197 246 -
CMYK 1.00 0.20 0 0.04
HSL 192º 0.99% 0.48% -
HSV(B) 192º 1% 0.96% -
XYZ 36.61 46.59 94.25 -
YUV 143.98 185.57 26.02 -
System Red Green Blue C M Y K H S L
Decimal 1 197 246 1.00 0.20 0 0.04 192 0.99 0.48
Hex 1 C5 F6 64 14 0 4 C0 63 30
Octal 1 305 366 144 24 0 4 300 143 60
Binary 1 11000101 11110110 1100100 10100 0 100 11000000 1100011 110000

Color Harmonies of #01C5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C5F6

Black with #01C5F6

Text Example


Text Example

White with #01C5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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