#8FB9FE

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

Shades of Light Sky Blue #8FB9FE

Tints of Light Sky Blue #8FB9FE

Color information

#8FB9FE (or 0x8FB9FE) is unknown color: approx Light Sky Blue. HEX triplet: 8F, B9 and FE. RGB value is (143,185,254). Sum of RGB (Red+Green+Blue) = 143+185+254=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FB9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9FE is #704601. Grayscale: #B3B3B3. Windows color (decimal): -7357954 or 16693647. OLE color: 16693647.

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

Color convert

RGB143185254-
CMYK0.440.2700.00
HSL217.3º98.23%77.84%-
HSV(B)217.3º43.7%99.61%-
XYZ46.5747.69100.52-
YUV180.31169.59101.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.57%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=24.57%
G=31.79%
B=43.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431852540.440.2700.00217.398.2377.84
Hex8FB9FE2C1B00d9624e
Octal217271376543300331142116
Binary10001111101110011111111010110011011001101100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,185,254); }

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

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

 a { background-color: rgb(143,185,254); }

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

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

 span { border-color: rgb(143,185,254); }

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