Html Css Color HEX #01CEFC Deep Sky Blue

📋 copy color: '#01CEFC'

red 1 ◦ green 206 ◦ blue 252

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

Shades of Deep Sky Blue #01CEFC

Tints of Deep Sky Blue #01CEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 0.22%
G = 44.88%
B = 54.9%

CMYK

 C value IS 1.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01CEFC (or 0x01CEFC) is known color: Deep Sky Blue. HEX triplet: 01, CE and FC. RGB value is (1,206,252). Sum of RGB (Red+Green+Blue) = 1+206+252=459 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #01CEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CEFC is #FE3103. Grayscale: #959595. Windows color (decimal): -16658692 or 16567809. OLE color: 16567809.

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

Color convert

RGB 1 206 252 -
CMYK 1.00 0.18 0 0.01
HSL 191º 0.99% 0.5% -
HSV(B) 191º 1% 0.99% -
XYZ 39.65 51.18 99.88 -
YUV 149.95 185.58 21.76 -
System Red Green Blue C M Y K H S L
Decimal 1 206 252 1.00 0.18 0 0.01 191 0.99 0.5
Hex 1 CE FC 64 12 0 1 BF 63 32
Octal 1 316 374 144 22 0 1 277 143 62
Binary 1 11001110 11111100 1100100 10010 0 1 10111111 1100011 110010

Color Harmonies of #01CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CEFC

Black with #01CEFC

Text Example


Text Example

White with #01CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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