Html Css Color HEX #10ACFD Deep Sky Blue

📋 copy color: '#10ACFD'

red 16 ◦ green 172 ◦ blue 253

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

Shades of Deep Sky Blue #10ACFD

Tints of Deep Sky Blue #10ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 3.63%
G = 39%
B = 57.37%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10ACFD (or 0x10ACFD) is known color: Deep Sky Blue. HEX triplet: 10, AC and FD. RGB value is (16,172,253). Sum of RGB (Red+Green+Blue) = 16+172+253=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #10ACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACFD is #EF5302. Grayscale: #868686. Windows color (decimal): -15684355 or 16624656. OLE color: 16624656.

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

Color convert

RGB 16 172 253 -
CMYK 0.94 0.32 0 0.01
HSL 200.51º 0.98% 0.53% -
HSV(B) 200.51º 0.94% 0.99% -
XYZ 32.7 36.71 98.29 -
YUV 134.59 194.82 43.41 -
System Red Green Blue C M Y K H S L
Decimal 16 172 253 0.94 0.32 0 0.01 200.51 0.98 0.53
Hex 10 AC FD 5E 20 0 1 C9 62 35
Octal 20 254 375 136 40 0 1 311 142 65
Binary 10000 10101100 11111101 1011110 100000 0 1 11001001 1100010 110101

Color Harmonies of #10ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACFD

Black with #10ACFD

Text Example


Text Example

White with #10ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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