Html Css Color HEX #00DCFD Deep Sky Blue

📋 copy color: '#00DCFD'

red 0 ◦ green 220 ◦ blue 253

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

Shades of Deep Sky Blue #00DCFD

Tints of Deep Sky Blue #00DCFD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 220 (86.33% from 255) = 46.51%

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

R = 0%
G = 46.51%
B = 53.49%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00DCFD (or 0x00DCFD) is known color: Deep Sky Blue. HEX triplet: 00, DC and FD. RGB value is (0,220,253). Sum of RGB (Red+Green+Blue) = 0+220+253=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #00DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DCFD is #FF2302. Grayscale: #9D9D9D. Windows color (decimal): -16720643 or 16636928. OLE color: 16636928.

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

Color convert

RGB 0 220 253 -
CMYK 1 0.13 0 0.01
HSL 187.83º 1% 0.5% -
HSV(B) 187.83º 1% 0.99% -
XYZ 43.32 58.28 101.89 -
YUV 157.98 181.61 15.32 -
System Red Green Blue C M Y K H S L
Decimal 0 220 253 1 0.13 0 0.01 187.83 1 0.5
Hex 0 DC FD 64 D 0 1 BC 64 32
Octal 0 334 375 144 15 0 1 274 144 62
Binary 0 11011100 11111101 1100100 1101 0 1 10111100 1100100 110010

Color Harmonies of #00DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DCFD

Black with #00DCFD

Text Example


Text Example

White with #00DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DCFD; }

 p { color: rgb(0,220,253); }

 H1.HeaderClassName
 {
   color: #00DCFD;
 }
 .AnyTagClassName
 {
   color: #00DCFD;
 }
</style>

background-color css

<style>
 a { background-color: #00DCFD; }

 a { background-color: rgb(0,220,253); }

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

border-color css

<style>
 span { border-color: #00DCFD; }

 span { border-color: rgb(0,220,253); }

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