Html Css Color HEX #01CEFD Deep Sky Blue

📋 copy color: '#01CEFD'

red 1 ◦ green 206 ◦ blue 253

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

Shades of Deep Sky Blue #01CEFD

Tints of Deep Sky Blue #01CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 253 (99.22% from 255) = 55%

R = 0.22%
G = 44.78%
B = 55%

CMYK

 C value IS 1.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01CEFD (or 0x01CEFD) is known color: Deep Sky Blue. HEX triplet: 01, CE and FD. RGB value is (1,206,253). Sum of RGB (Red+Green+Blue) = 1+206+253=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #01CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CEFD is #FE3102. Grayscale: #959595. Windows color (decimal): -16658691 or 16633345. OLE color: 16633345.

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

Color convert

RGB 1 206 253 -
CMYK 1.00 0.19 0 0.01
HSL 191.19º 0.99% 0.5% -
HSV(B) 191.19º 1% 0.99% -
XYZ 39.81 51.24 100.72 -
YUV 150.06 186.08 21.68 -
System Red Green Blue C M Y K H S L
Decimal 1 206 253 1.00 0.19 0 0.01 191.19 0.99 0.5
Hex 1 CE FD 64 13 0 1 BF 63 32
Octal 1 316 375 144 23 0 1 277 143 62
Binary 1 11001110 11111101 1100100 10011 0 1 10111111 1100011 110010

Color Harmonies of #01CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CEFD

Black with #01CEFD

Text Example


Text Example

White with #01CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,206,253); }

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

background-color css

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

 a { background-color: rgb(1,206,253); }

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

border-color css

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

 span { border-color: rgb(1,206,253); }

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