#8FBBFC

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

Shades of Light Sky Blue #8FBBFC

Tints of Light Sky Blue #8FBBFC

Color information

#8FBBFC (or 0x8FBBFC) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BB and FC. RGB value is (143,187,252). Sum of RGB (Red+Green+Blue) = 143+187+252=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FBBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBFC is #704403. Grayscale: #B4B4B4. Windows color (decimal): -7357444 or 16563087. OLE color: 16563087.

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

Color convert

RGB143187252-
CMYK0.430.2600.01
HSL215.78º94.78%77.45%-
HSV(B)215.78º43.25%98.82%-
XYZ46.6748.4198.98-
YUV181.25167.92100.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.57%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=24.57%
G=32.13%
B=43.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431872520.430.2600.01215.7894.7877.45
Hex8FBBFC2B1A01d85f4d
Octal217273374533201330137115
Binary10001111101110111111110010101111010011101100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,187,252); }

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

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

 a { background-color: rgb(143,187,252); }

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

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

 span { border-color: rgb(143,187,252); }

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