Html Css Color HEX #10DEFD Deep Sky Blue

📋 copy color: '#10DEFD'

red 16 ◦ green 222 ◦ blue 253

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

Shades of Deep Sky Blue #10DEFD

Tints of Deep Sky Blue #10DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.21%

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

R = 3.26%
G = 45.21%
B = 51.53%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10DEFD (or 0x10DEFD) is known color: Deep Sky Blue. HEX triplet: 10, DE and FD. RGB value is (16,222,253). Sum of RGB (Red+Green+Blue) = 16+222+253=491 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.26% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #10DEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DEFD is #EF2102. Grayscale: #A3A3A3. Windows color (decimal): -15671555 or 16637456. OLE color: 16637456.

HSL color Cylindrical-coordinate representation of color #10DEFD: hue angle of 187.85º 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 #10DEFD is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 222 253 -
CMYK 0.94 0.12 0 0.01
HSL 187.85º 0.98% 0.53% -
HSV(B) 187.85º 0.94% 0.99% -
XYZ 44.06 59.44 102.08 -
YUV 163.94 178.25 22.48 -
System Red Green Blue C M Y K H S L
Decimal 16 222 253 0.94 0.12 0 0.01 187.85 0.98 0.53
Hex 10 DE FD 5E C 0 1 BC 62 35
Octal 20 336 375 136 14 0 1 274 142 65
Binary 10000 11011110 11111101 1011110 1100 0 1 10111100 1100010 110101

Color Harmonies of #10DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DEFD

Black with #10DEFD

Text Example


Text Example

White with #10DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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