Html Css Color HEX #0DDCFD Deep Sky Blue

📋 copy color: '#0DDCFD'

red 13 ◦ green 220 ◦ blue 253

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

Shades of Deep Sky Blue #0DDCFD

Tints of Deep Sky Blue #0DDCFD

RGB

 RED value IS 13 (5.47% from 255) = 2.67%

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

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

R = 2.67%
G = 45.27%
B = 52.06%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0DDCFD (or 0x0DDCFD) is known color: Deep Sky Blue. HEX triplet: 0D, DC and FD. RGB value is (13,220,253). Sum of RGB (Red+Green+Blue) = 13+220+253=486 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DDCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDCFD is #F22302. Grayscale: #A1A1A1. Windows color (decimal): -15868675 or 16636941. OLE color: 16636941.

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

Color convert

RGB 13 220 253 -
CMYK 0.95 0.13 0 0.01
HSL 188.25º 0.98% 0.52% -
HSV(B) 188.25º 0.95% 0.99% -
XYZ 43.49 58.36 101.9 -
YUV 161.87 179.42 21.82 -
System Red Green Blue C M Y K H S L
Decimal 13 220 253 0.95 0.13 0 0.01 188.25 0.98 0.52
Hex D DC FD 5F D 0 1 BC 62 34
Octal 15 334 375 137 15 0 1 274 142 64
Binary 1101 11011100 11111101 1011111 1101 0 1 10111100 1100010 110100

Color Harmonies of #0DDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDCFD

Black with #0DDCFD

Text Example


Text Example

White with #0DDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DDCFD; }

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

 H1.HeaderClassName
 {
   color: #0DDCFD;
 }
 .AnyTagClassName
 {
   color: #0DDCFD;
 }
</style>

background-color css

<style>
 a { background-color: #0DDCFD; }

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

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

border-color css

<style>
 span { border-color: #0DDCFD; }

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

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