#8FBAFF

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

Shades of Light Sky Blue #8FBAFF

Tints of Light Sky Blue #8FBAFF

Color information

#8FBAFF (or 0x8FBAFF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BA and FF. RGB value is (143,186,255). Sum of RGB (Red+Green+Blue) = 143+186+255=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAFF is #704500. Grayscale: #B4B4B4. Windows color (decimal): -7357697 or 16759439. OLE color: 16759439.

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

Color convert

RGB143186255-
CMYK0.440.2700
HSL216.96º100%78.04%-
HSV(B)216.96º43.92%100%-
XYZ46.9448.18101.43-
YUV181.01169.75100.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.49%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 255 (100% from 255) = 43.66%
R=24.49%
G=31.85%
B=43.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431862550.440.2700216.9610078.04
Hex8FBAFF2C1B00d9644e
Octal217272377543300331144116
Binary10001111101110101111111110110011011001101100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,186,255); }

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

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

 a { background-color: rgb(143,186,255); }

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

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

 span { border-color: rgb(143,186,255); }

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