#8DBFFB

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

Shades of Light Sky Blue #8DBFFB

Tints of Light Sky Blue #8DBFFB

Color information

#8DBFFB (or 0x8DBFFB) is unknown color: approx Light Sky Blue. HEX triplet: 8D, BF and FB. RGB value is (141,191,251). Sum of RGB (Red+Green+Blue) = 141+191+251=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DBFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFFB is #724004. Grayscale: #B6B6B6. Windows color (decimal): -7487493 or 16498573. OLE color: 16498573.

HSL color Cylindrical-coordinate representation of color #8DBFFB: hue angle of 212.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DBFFB is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141191251-
CMYK0.440.2400.02
HSL212.73º93.22%76.86%-
HSV(B)212.73º43.82%98.43%-
XYZ47.0349.8998.42-
YUV182.89166.4498.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.19%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=24.19%
G=32.76%
B=43.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411912510.440.2400.02212.7393.2276.86
Hex8DBFFB2C1802d55d4d
Octal215277373543002325135115
Binary100011011011111111111011101100110000101101010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,191,251); }

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

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

 a { background-color: rgb(141,191,251); }

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

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

 span { border-color: rgb(141,191,251); }

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