#8FBBF4

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

Shades of Light Sky Blue #8FBBF4

Tints of Light Sky Blue #8FBBF4

Color information

#8FBBF4 (or 0x8FBBF4) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BB and F4. RGB value is (143,187,244). Sum of RGB (Red+Green+Blue) = 143+187+244=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #8FBBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBF4 is #70440B. Grayscale: #B4B4B4. Windows color (decimal): -7357452 or 16038799. OLE color: 16038799.

HSL color Cylindrical-coordinate representation of color #8FBBF4: hue angle of 213.86º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FBBF4 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143187244-
CMYK0.410.2300.04
HSL213.86º82.11%75.88%-
HSV(B)213.86º41.39%95.69%-
XYZ45.4347.9192.44-
YUV180.34163.92101.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.91%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 244 (95.70% from 255) = 42.51%
R=24.91%
G=32.58%
B=42.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1431872440.410.2300.04213.8682.1175.88
Hex8FBBF4291704d6524c
Octal217273364512704326122114
Binary1000111110111011111101001010011011101001101011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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