Html Css Color HEX #10D1EF Deep Sky Blue

📋 copy color: '#10D1EF'

red 16 ◦ green 209 ◦ blue 239

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

Shades of Deep Sky Blue #10D1EF

Tints of Deep Sky Blue #10D1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.04%

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 3.45%
G = 45.04%
B = 51.51%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10D1EF (or 0x10D1EF) is known color: Deep Sky Blue. HEX triplet: 10, D1 and EF. RGB value is (16,209,239). Sum of RGB (Red+Green+Blue) = 16+209+239=464 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.45% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #10D1EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D1EF is #EF2E10. Grayscale: #9A9A9A. Windows color (decimal): -15674897 or 15716624. OLE color: 15716624.

HSL color Cylindrical-coordinate representation of color #10D1EF: hue angle of 188.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D1EF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 209 239 -
CMYK 0.93 0.13 0 0.06
HSL 188.07º 0.87% 0.5% -
HSV(B) 188.07º 0.93% 0.94% -
XYZ 38.59 51.94 89.65 -
YUV 154.71 175.56 29.06 -
System Red Green Blue C M Y K H S L
Decimal 16 209 239 0.93 0.13 0 0.06 188.07 0.87 0.5
Hex 10 D1 EF 5D D 0 6 BC 57 32
Octal 20 321 357 135 15 0 6 274 127 62
Binary 10000 11010001 11101111 1011101 1101 0 110 10111100 1010111 110010

Color Harmonies of #10D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D1EF

Black with #10D1EF

Text Example


Text Example

White with #10D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,209,239); }

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

background-color css

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

 a { background-color: rgb(16,209,239); }

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

border-color css

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

 span { border-color: rgb(16,209,239); }

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