#8ACFFE

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

Shades of Light Sky Blue #8ACFFE

Tints of Light Sky Blue #8ACFFE

Color information

#8ACFFE (or 0x8ACFFE) is unknown color: approx Light Sky Blue. HEX triplet: 8A, CF and FE. RGB value is (138,207,254). Sum of RGB (Red+Green+Blue) = 138+207+254=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ACFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACFFE is #753001. Grayscale: #BFBFBF. Windows color (decimal): -7680002 or 16699274. OLE color: 16699274.

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

Color convert

RGB138207254-
CMYK0.460.1900.00
HSL204.31º98.31%76.86%-
HSV(B)204.31º45.67%99.61%-
XYZ50.6857.18102.13-
YUV191.73163.1489.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.04%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=23.04%
G=34.56%
B=42.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382072540.460.1900.00204.3198.3176.86
Hex8ACFFE2E1300cc624d
Octal212317376562300314142115
Binary10001010110011111111111010111010011001100110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,207,254); }

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

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

 a { background-color: rgb(138,207,254); }

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

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

 span { border-color: rgb(138,207,254); }

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