Html Css Color HEX #10D8F6 Deep Sky Blue

📋 copy color: '#10D8F6'

red 16 ◦ green 216 ◦ blue 246

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

Shades of Deep Sky Blue #10D8F6

Tints of Deep Sky Blue #10D8F6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

 BLUE value IS 246 (96.48% from 255) = 51.46%

R = 3.35%
G = 45.19%
B = 51.46%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10D8F6 (or 0x10D8F6) is known color: Deep Sky Blue. HEX triplet: 10, D8 and F6. RGB value is (16,216,246). Sum of RGB (Red+Green+Blue) = 16+216+246=478 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 246 (96.48% from 255 or 51.46% from 478); Max value from RGB is 246 - color contains mainly: blue. Hex color #10D8F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D8F6 is #EF2709. Grayscale: #9F9F9F. Windows color (decimal): -15673098 or 16177168. OLE color: 16177168.

HSL color Cylindrical-coordinate representation of color #10D8F6: hue angle of 187.83º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D8F6 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 216 246 -
CMYK 0.93 0.12 0 0.04
HSL 187.83º 0.93% 0.51% -
HSV(B) 187.83º 0.93% 0.96% -
XYZ 41.4 55.88 95.79 -
YUV 159.62 176.74 25.56 -
System Red Green Blue C M Y K H S L
Decimal 16 216 246 0.93 0.12 0 0.04 187.83 0.93 0.51
Hex 10 D8 F6 5D C 0 4 BC 5D 33
Octal 20 330 366 135 14 0 4 274 135 63
Binary 10000 11011000 11110110 1011101 1100 0 100 10111100 1011101 110011

Color Harmonies of #10D8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D8F6

Black with #10D8F6

Text Example


Text Example

White with #10D8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,216,246); }

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

background-color css

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

 a { background-color: rgb(16,216,246); }

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

border-color css

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

 span { border-color: rgb(16,216,246); }

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