Html Css Color HEX #10DDFD Deep Sky Blue

📋 copy color: '#10DDFD'

red 16 ◦ green 221 ◦ blue 253

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

Shades of Deep Sky Blue #10DDFD

Tints of Deep Sky Blue #10DDFD

RGB

 RED value IS 16 (6.64% from 255) = 3.27%

 GREEN value IS 221 (86.72% from 255) = 45.1%

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

R = 3.27%
G = 45.1%
B = 51.63%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10DDFD (or 0x10DDFD) is known color: Deep Sky Blue. HEX triplet: 10, DD and FD. RGB value is (16,221,253). Sum of RGB (Red+Green+Blue) = 16+221+253=490 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #10DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DDFD is #EF2202. Grayscale: #A3A3A3. Windows color (decimal): -15671811 or 16637200. OLE color: 16637200.

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

Color convert

RGB 16 221 253 -
CMYK 0.94 0.13 0 0.01
HSL 188.1º 0.98% 0.53% -
HSV(B) 188.1º 0.94% 0.99% -
XYZ 43.8 58.91 101.99 -
YUV 163.35 178.58 22.9 -
System Red Green Blue C M Y K H S L
Decimal 16 221 253 0.94 0.13 0 0.01 188.1 0.98 0.53
Hex 10 DD FD 5E D 0 1 BC 62 35
Octal 20 335 375 136 15 0 1 274 142 65
Binary 10000 11011101 11111101 1011110 1101 0 1 10111100 1100010 110101

Color Harmonies of #10DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DDFD

Black with #10DDFD

Text Example


Text Example

White with #10DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DDFD; }

 p { color: rgb(16,221,253); }

 H1.HeaderClassName
 {
   color: #10DDFD;
 }
 .AnyTagClassName
 {
   color: #10DDFD;
 }
</style>

background-color css

<style>
 a { background-color: #10DDFD; }

 a { background-color: rgb(16,221,253); }

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

border-color css

<style>
 span { border-color: #10DDFD; }

 span { border-color: rgb(16,221,253); }

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