Html Css Color HEX #01CDFF Deep Sky Blue

📋 copy color: '#01CDFF'

red 1 ◦ green 205 ◦ blue 255

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

Shades of Deep Sky Blue #01CDFF

Tints of Deep Sky Blue #01CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

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

R = 0.22%
G = 44.47%
B = 55.31%

CMYK

 C value IS 1.00

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01CDFF (or 0x01CDFF) is known color: Deep Sky Blue. HEX triplet: 01, CD and FF. RGB value is (1,205,255). Sum of RGB (Red+Green+Blue) = 1+205+255=461 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #01CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CDFF is #FE3200. Grayscale: #959595. Windows color (decimal): -16658945 or 16764161. OLE color: 16764161.

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

Color convert

RGB 1 205 255 -
CMYK 1.00 0.20 0 0
HSL 191.81º 1% 0.5% -
HSV(B) 191.81º 1% 1% -
XYZ 39.89 50.89 102.33 -
YUV 149.7 187.41 21.93 -
System Red Green Blue C M Y K H S L
Decimal 1 205 255 1.00 0.20 0 0 191.81 1 0.5
Hex 1 CD FF 64 14 0 0 C0 64 32
Octal 1 315 377 144 24 0 0 300 144 62
Binary 1 11001101 11111111 1100100 10100 0 0 11000000 1100100 110010

Color Harmonies of #01CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CDFF

Black with #01CDFF

Text Example


Text Example

White with #01CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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