Html Css Color HEX #01CEFF Deep Sky Blue

📋 copy color: '#01CEFF'

red 1 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #01CEFF

Tints of Deep Sky Blue #01CEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.19%

R = 0.22%
G = 44.59%
B = 55.19%

CMYK

 C value IS 1.00

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01CEFF (or 0x01CEFF) is known color: Deep Sky Blue. HEX triplet: 01, CE and FF. RGB value is (1,206,255). Sum of RGB (Red+Green+Blue) = 1+206+255=462 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #01CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CEFF is #FE3100. Grayscale: #959595. Windows color (decimal): -16658689 or 16764417. OLE color: 16764417.

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

Color convert

RGB 1 206 255 -
CMYK 1.00 0.19 0 0
HSL 191.57º 1% 0.5% -
HSV(B) 191.57º 1% 1% -
XYZ 40.13 51.37 102.41 -
YUV 150.29 187.08 21.52 -
System Red Green Blue C M Y K H S L
Decimal 1 206 255 1.00 0.19 0 0 191.57 1 0.5
Hex 1 CE FF 64 13 0 0 C0 64 32
Octal 1 316 377 144 23 0 0 300 144 62
Binary 1 11001110 11111111 1100100 10011 0 0 11000000 1100100 110010

Color Harmonies of #01CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CEFF

Black with #01CEFF

Text Example


Text Example

White with #01CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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