Html Css Color HEX #01CCFD Deep Sky Blue

📋 copy color: '#01CCFD'

red 1 ◦ green 204 ◦ blue 253

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

Shades of Deep Sky Blue #01CCFD

Tints of Deep Sky Blue #01CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

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

R = 0.22%
G = 44.54%
B = 55.24%

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

#01CCFD (or 0x01CCFD) is known color: Deep Sky Blue. HEX triplet: 01, CC and FD. RGB value is (1,204,253). Sum of RGB (Red+Green+Blue) = 1+204+253=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #01CCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CCFD is #FE3302. Grayscale: #949494. Windows color (decimal): -16659203 or 16632833. OLE color: 16632833.

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

Color convert

RGB 1 204 253 -
CMYK 1.00 0.19 0 0.01
HSL 191.67º 0.99% 0.5% -
HSV(B) 191.67º 1% 0.99% -
XYZ 39.34 50.28 100.56 -
YUV 148.89 186.75 22.52 -
System Red Green Blue C M Y K H S L
Decimal 1 204 253 1.00 0.19 0 0.01 191.67 0.99 0.5
Hex 1 CC FD 64 13 0 1 C0 63 32
Octal 1 314 375 144 23 0 1 300 143 62
Binary 1 11001100 11111101 1100100 10011 0 1 11000000 1100011 110010

Color Harmonies of #01CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCFD

Black with #01CCFD

Text Example


Text Example

White with #01CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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