Html Css Color HEX #10ACFF Deep Sky Blue

📋 copy color: '#10ACFF'

red 16 ◦ green 172 ◦ blue 255

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

Shades of Deep Sky Blue #10ACFF

Tints of Deep Sky Blue #10ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 255 (100% from 255) = 57.56%

R = 3.61%
G = 38.83%
B = 57.56%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10ACFF (or 0x10ACFF) is known color: Deep Sky Blue. HEX triplet: 10, AC and FF. RGB value is (16,172,255). Sum of RGB (Red+Green+Blue) = 16+172+255=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #10ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACFF is #EF5300. Grayscale: #868686. Windows color (decimal): -15684353 or 16755728. OLE color: 16755728.

HSL color Cylindrical-coordinate representation of color #10ACFF: hue angle of 200.84º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ACFF is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 172 255 -
CMYK 0.94 0.33 0 0
HSL 200.84º 1% 0.53% -
HSV(B) 200.84º 0.94% 1% -
XYZ 33.02 36.84 99.98 -
YUV 134.82 195.82 43.25 -
System Red Green Blue C M Y K H S L
Decimal 16 172 255 0.94 0.33 0 0 200.84 1 0.53
Hex 10 AC FF 5E 21 0 0 C9 64 35
Octal 20 254 377 136 41 0 0 311 144 65
Binary 10000 10101100 11111111 1011110 100001 0 0 11001001 1100100 110101

Color Harmonies of #10ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACFF

Black with #10ACFF

Text Example


Text Example

White with #10ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,255); }

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

background-color css

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

 a { background-color: rgb(16,172,255); }

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

border-color css

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

 span { border-color: rgb(16,172,255); }

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