#01C8FA

Color #01C8FA Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #01C8FA

Tints of Deep Sky Blue #01C8FA

Color information

#01C8FA (or 0x01C8FA) is unknown color: approx Deep Sky Blue. HEX triplet: 01, C8 and FA. RGB value is (1,200,250). Sum of RGB (Red+Green+Blue) = 1+200+250=451 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #01C8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C8FA is #FE3705. Grayscale: #919191. Windows color (decimal): -16660230 or 16435201. OLE color: 16435201.

HSL color Cylindrical-coordinate representation of color #01C8FA: hue angle of 192.05º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C8FA is Cyan = 1.00, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1200250-
CMYK1.000.200.02
HSL192.05º99.2%49.22%-
HSV(B)192.05º99.6%98.04%-
XYZ37.9248.2297.75-
YUV146.2186.5724.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.22%
GREEN value IS 200 (78.52% from 255) = 44.35%
BLUE value IS 250 (98.05% from 255) = 55.43%
R=0.22%
G=44.35%
B=55.43%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12002501.000.200.02192.0599.249.22
Hex1C8FA641402c06331
Octal1310372144240230014361
Binary11100100011111010110010010100010110000001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,200,250); }

 H1.HeaderClassName
 {
   color: #01C8FA;
 }
 .AnyTagClassName
 {
   color: #01C8FA;
 }
</style>
background-color css

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

 a { background-color: rgb(1,200,250); }

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

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

 span { border-color: rgb(1,200,250); }

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