Html Css Color HEX #10D6F5 Deep Sky Blue

📋 copy color: '#10D6F5'

red 16 ◦ green 214 ◦ blue 245

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

Shades of Deep Sky Blue #10D6F5

Tints of Deep Sky Blue #10D6F5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

 BLUE value IS 245 (96.09% from 255) = 51.58%

R = 3.37%
G = 45.05%
B = 51.58%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10D6F5 (or 0x10D6F5) is known color: Deep Sky Blue. HEX triplet: 10, D6 and F5. RGB value is (16,214,245). Sum of RGB (Red+Green+Blue) = 16+214+245=475 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.37% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 245 (96.09% from 255 or 51.58% from 475); Max value from RGB is 245 - color contains mainly: blue. Hex color #10D6F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D6F5 is #EF290A. Grayscale: #9E9E9E. Windows color (decimal): -15673611 or 16111120. OLE color: 16111120.

HSL color Cylindrical-coordinate representation of color #10D6F5: hue angle of 188.12º degrees, saturation: 0.92, 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 #10D6F5 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 214 245 -
CMYK 0.93 0.13 0 0.04
HSL 188.12º 0.92% 0.51% -
HSV(B) 188.12º 0.93% 0.96% -
XYZ 40.74 54.8 94.82 -
YUV 158.33 176.9 26.48 -
System Red Green Blue C M Y K H S L
Decimal 16 214 245 0.93 0.13 0 0.04 188.12 0.92 0.51
Hex 10 D6 F5 5D D 0 4 BC 5C 33
Octal 20 326 365 135 15 0 4 274 134 63
Binary 10000 11010110 11110101 1011101 1101 0 100 10111100 1011100 110011

Color Harmonies of #10D6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D6F5

Black with #10D6F5

Text Example


Text Example

White with #10D6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,214,245); }

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

background-color css

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

 a { background-color: rgb(16,214,245); }

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

border-color css

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

 span { border-color: rgb(16,214,245); }

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