Html Css Color HEX #01C8EB Deep Sky Blue

📋 copy color: '#01C8EB'

red 1 ◦ green 200 ◦ blue 235

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

Shades of Deep Sky Blue #01C8EB

Tints of Deep Sky Blue #01C8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 0.23%
G = 45.87%
B = 53.9%

CMYK

 C value IS 1.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#01C8EB (or 0x01C8EB) is known color: Deep Sky Blue. HEX triplet: 01, C8 and EB. RGB value is (1,200,235). Sum of RGB (Red+Green+Blue) = 1+200+235=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #01C8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C8EB is #FE3714. Grayscale: #909090. Windows color (decimal): -16660245 or 15452161. OLE color: 15452161.

HSL color Cylindrical-coordinate representation of color #01C8EB: hue angle of 188.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C8EB is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 200 235 -
CMYK 1.00 0.15 0 0.08
HSL 188.97º 0.99% 0.46% -
HSV(B) 188.97º 1% 0.92% -
XYZ 35.66 47.31 85.85 -
YUV 144.49 179.07 25.65 -
System Red Green Blue C M Y K H S L
Decimal 1 200 235 1.00 0.15 0 0.08 188.97 0.99 0.46
Hex 1 C8 EB 64 F 0 8 BD 63 2E
Octal 1 310 353 144 17 0 10 275 143 56
Binary 1 11001000 11101011 1100100 1111 0 1000 10111101 1100011 101110

Color Harmonies of #01C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C8EB

Black with #01C8EB

Text Example


Text Example

White with #01C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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