#17ACFC

Color #17ACFC Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #17ACFC

Tints of Deep Sky Blue #17ACFC

Color information

#17ACFC (or 0x17ACFC) is unknown color: approx Deep Sky Blue. HEX triplet: 17, AC and FC. RGB value is (23,172,252). Sum of RGB (Red+Green+Blue) = 23+172+252=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #17ACFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17ACFC is #E85303. Grayscale: #888888. Windows color (decimal): -15225604 or 16559127. OLE color: 16559127.

HSL color Cylindrical-coordinate representation of color #17ACFC: hue angle of 200.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17ACFC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23172252-
CMYK0.910.3200.01
HSL200.96º97.45%53.92%-
HSV(B)200.96º90.87%98.82%-
XYZ32.6836.7297.46-
YUV136.57193.1447-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.15%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 252 (98.83% from 255) = 56.38%
R=5.15%
G=38.48%
B=56.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal231722520.910.3200.01200.9697.4553.92
Hex17ACFC5B2001c96136
Octal27254374133400131114166
Binary101111010110011111100101101110000001110010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #17ACFC;
 }
 .AnyTagClassName
 {
   color: #17ACFC;
 }
</style>
background-color css

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

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

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

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

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

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