#8FBDF7

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

Shades of Light Sky Blue #8FBDF7

Tints of Light Sky Blue #8FBDF7

Color information

#8FBDF7 (or 0x8FBDF7) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BD and F7. RGB value is (143,189,247). Sum of RGB (Red+Green+Blue) = 143+189+247=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FBDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDF7 is #704208. Grayscale: #B5B5B5. Windows color (decimal): -7356937 or 16235919. OLE color: 16235919.

HSL color Cylindrical-coordinate representation of color #8FBDF7: hue angle of 213.46º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FBDF7 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB143189247-
CMYK0.420.2300.03
HSL213.46º86.67%76.47%-
HSV(B)213.46º42.11%96.86%-
XYZ46.3148.9595-
YUV181.86164.76100.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.70%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=24.70%
G=32.64%
B=42.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1431892470.420.2300.03213.4686.6776.47
Hex8FBDF72A1703d5574c
Octal217275367522703325127114
Binary100011111011110111110111101010101110111101010110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,189,247); }

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

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

 a { background-color: rgb(143,189,247); }

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

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

 span { border-color: rgb(143,189,247); }

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