Html Css Color HEX #10ACFC Deep Sky Blue

📋 copy color: '#10ACFC'

red 16 ◦ green 172 ◦ blue 252

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

Shades of Deep Sky Blue #10ACFC

Tints of Deep Sky Blue #10ACFC

RGB

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

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

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

R = 3.64%
G = 39.09%
B = 57.27%

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

#10ACFC (or 0x10ACFC) is known color: Deep Sky Blue. HEX triplet: 10, AC and FC. RGB value is (16,172,252). Sum of RGB (Red+Green+Blue) = 16+172+252=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #10ACFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACFC is #EF5303. Grayscale: #868686. Windows color (decimal): -15684356 or 16559120. OLE color: 16559120.

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

Color convert

RGB 16 172 252 -
CMYK 0.94 0.32 0 0.01
HSL 200.34º 0.98% 0.53% -
HSV(B) 200.34º 0.94% 0.99% -
XYZ 32.54 36.64 97.45 -
YUV 134.48 194.32 43.5 -
System Red Green Blue C M Y K H S L
Decimal 16 172 252 0.94 0.32 0 0.01 200.34 0.98 0.53
Hex 10 AC FC 5E 20 0 1 C8 62 35
Octal 20 254 374 136 40 0 1 310 142 65
Binary 10000 10101100 11111100 1011110 100000 0 1 11001000 1100010 110101

Color Harmonies of #10ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACFC

Black with #10ACFC

Text Example


Text Example

White with #10ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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