#8ACCFD

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

Shades of Light Sky Blue #8ACCFD

Tints of Light Sky Blue #8ACCFD

Color information

#8ACCFD (or 0x8ACCFD) is unknown color: approx Light Sky Blue. HEX triplet: 8A, CC and FD. RGB value is (138,204,253). Sum of RGB (Red+Green+Blue) = 138+204+253=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ACCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACCFD is #753302. Grayscale: #BDBDBD. Windows color (decimal): -7680771 or 16632970. OLE color: 16632970.

HSL color Cylindrical-coordinate representation of color #8ACCFD: hue angle of 205.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ACCFD is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138204253-
CMYK0.450.1900.01
HSL205.57º96.64%76.67%-
HSV(B)205.57º45.45%99.22%-
XYZ49.855.68101.05-
YUV189.85163.6391.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.19%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=23.19%
G=34.29%
B=42.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382042530.450.1900.01205.5796.6476.67
Hex8ACCFD2D1301ce614d
Octal212314375552301316141115
Binary10001010110011001111110110110110011011100111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACCFD; }

 p { color: rgb(138,204,253); }

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

<style>
 a { background-color: #8ACCFD; }

 a { background-color: rgb(138,204,253); }

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

<style>
 span { border-color: #8ACCFD; }

 span { border-color: rgb(138,204,253); }

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