Html Css Color HEX #01C8FE Deep Sky Blue

📋 copy color: '#01C8FE'

red 1 ◦ green 200 ◦ blue 254

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

Shades of Deep Sky Blue #01C8FE

Tints of Deep Sky Blue #01C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 0.22%
G = 43.96%
B = 55.82%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#01C8FE (or 0x01C8FE) is known color: Deep Sky Blue. HEX triplet: 01, C8 and FE. RGB value is (1,200,254). Sum of RGB (Red+Green+Blue) = 1+200+254=455 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #01C8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C8FE is #FE3701. Grayscale: #929292. Windows color (decimal): -16660226 or 16697345. OLE color: 16697345.

HSL color Cylindrical-coordinate representation of color #01C8FE: hue angle of 192.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C8FE is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 200 254 -
CMYK 1.00 0.21 0 0.00
HSL 192.81º 0.99% 0.5% -
HSV(B) 192.81º 1% 1% -
XYZ 38.56 48.47 101.09 -
YUV 146.66 188.57 24.11 -
System Red Green Blue C M Y K H S L
Decimal 1 200 254 1.00 0.21 0 0.00 192.81 0.99 0.5
Hex 1 C8 FE 64 15 0 0 C1 63 32
Octal 1 310 376 144 25 0 0 301 143 62
Binary 1 11001000 11111110 1100100 10101 0 0 11000001 1100011 110010

Color Harmonies of #01C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C8FE

Black with #01C8FE

Text Example


Text Example

White with #01C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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