Html Css Color HEX #10A8EB Deep Sky Blue

📋 copy color: '#10A8EB'

red 16 ◦ green 168 ◦ blue 235

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

Shades of Deep Sky Blue #10A8EB

Tints of Deep Sky Blue #10A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

 BLUE value IS 235 (92.19% from 255) = 56.09%

R = 3.82%
G = 40.1%
B = 56.09%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10A8EB (or 0x10A8EB) is known color: Deep Sky Blue. HEX triplet: 10, A8 and EB. RGB value is (16,168,235). Sum of RGB (Red+Green+Blue) = 16+168+235=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #10A8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A8EB is #EF5714. Grayscale: #818181. Windows color (decimal): -15685397 or 15443984. OLE color: 15443984.

HSL color Cylindrical-coordinate representation of color #10A8EB: hue angle of 198.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A8EB is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 168 235 -
CMYK 0.93 0.29 0 0.08
HSL 198.36º 0.87% 0.49% -
HSV(B) 198.36º 0.93% 0.92% -
XYZ 29.21 34.11 83.64 -
YUV 130.19 187.14 46.55 -
System Red Green Blue C M Y K H S L
Decimal 16 168 235 0.93 0.29 0 0.08 198.36 0.87 0.49
Hex 10 A8 EB 5D 1D 0 8 C6 57 31
Octal 20 250 353 135 35 0 10 306 127 61
Binary 10000 10101000 11101011 1011101 11101 0 1000 11000110 1010111 110001

Color Harmonies of #10A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8EB

Black with #10A8EB

Text Example


Text Example

White with #10A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,168,235); }

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

background-color css

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

 a { background-color: rgb(16,168,235); }

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

border-color css

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

 span { border-color: rgb(16,168,235); }

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