#8ACDFF

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

Shades of Light Sky Blue #8ACDFF

Tints of Light Sky Blue #8ACDFF

Color information

#8ACDFF (or 0x8ACDFF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, CD and FF. RGB value is (138,205,255). Sum of RGB (Red+Green+Blue) = 138+205+255=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ACDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACDFF is #753200. Grayscale: #BEBEBE. Windows color (decimal): -7680513 or 16764298. OLE color: 16764298.

HSL color Cylindrical-coordinate representation of color #8ACDFF: hue angle of 205.64º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ACDFF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138205255-
CMYK0.460.2000
HSL205.64º100%77.06%-
HSV(B)205.64º45.88%100%-
XYZ50.3656.29102.82-
YUV190.67164.390.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.08%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 255 (100% from 255) = 42.64%
R=23.08%
G=34.28%
B=42.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382052550.460.2000205.6410077.06
Hex8ACDFF2E1400ce644d
Octal212315377562400316144115
Binary10001010110011011111111110111010100001100111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,255); }

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

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

 a { background-color: rgb(138,205,255); }

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

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

 span { border-color: rgb(138,205,255); }

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