Html Css Color HEX #10A8FC Deep Sky Blue

📋 copy color: '#10A8FC'

red 16 ◦ green 168 ◦ blue 252

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

Shades of Deep Sky Blue #10A8FC

Tints of Deep Sky Blue #10A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 3.67%
G = 38.53%
B = 57.8%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10A8FC (or 0x10A8FC) is known color: Deep Sky Blue. HEX triplet: 10, A8 and FC. RGB value is (16,168,252). Sum of RGB (Red+Green+Blue) = 16+168+252=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #10A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A8FC is #EF5703. Grayscale: #838383. Windows color (decimal): -15685380 or 16558096. OLE color: 16558096.

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

Color convert

RGB 16 168 252 -
CMYK 0.94 0.33 0 0.01
HSL 201.36º 0.98% 0.53% -
HSV(B) 201.36º 0.94% 0.99% -
XYZ 31.79 35.14 97.2 -
YUV 132.13 195.64 45.17 -
System Red Green Blue C M Y K H S L
Decimal 16 168 252 0.94 0.33 0 0.01 201.36 0.98 0.53
Hex 10 A8 FC 5E 21 0 1 C9 62 35
Octal 20 250 374 136 41 0 1 311 142 65
Binary 10000 10101000 11111100 1011110 100001 0 1 11001001 1100010 110101

Color Harmonies of #10A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8FC

Black with #10A8FC

Text Example


Text Example

White with #10A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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