#8DBFFF

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

Shades of Light Sky Blue #8DBFFF

Tints of Light Sky Blue #8DBFFF

Color information

#8DBFFF (or 0x8DBFFF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, BF and FF. RGB value is (141,191,255). Sum of RGB (Red+Green+Blue) = 141+191+255=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFFF is #724000. Grayscale: #B7B7B7. Windows color (decimal): -7487489 or 16760717. OLE color: 16760717.

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

Color convert

RGB141191255-
CMYK0.450.2500
HSL213.68º100%77.65%-
HSV(B)213.68º44.71%100%-
XYZ47.6750.14101.77-
YUV183.35168.4497.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.02%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 255 (100% from 255) = 43.44%
R=24.02%
G=32.54%
B=43.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411912550.450.2500213.6810077.65
Hex8DBFFF2D1900d6644e
Octal215277377553100326144116
Binary10001101101111111111111110110111001001101011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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