#8BDBFF

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

Shades of Light Sky Blue #8BDBFF

Tints of Light Sky Blue #8BDBFF

Color information

#8BDBFF (or 0x8BDBFF) is unknown color: approx Light Sky Blue. HEX triplet: 8B, DB and FF. RGB value is (139,219,255). Sum of RGB (Red+Green+Blue) = 139+219+255=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBFF is #742400. Grayscale: #C6C6C6. Windows color (decimal): -7611393 or 16767883. OLE color: 16767883.

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

Color convert

RGB139219255-
CMYK0.450.1400
HSL198.62º100%77.25%-
HSV(B)198.62º45.49%100%-
XYZ54.0363.37103.99-
YUV199.18159.585.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.68%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 255 (100% from 255) = 41.60%
R=22.68%
G=35.73%
B=41.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1392192550.450.1400198.6210077.25
Hex8BDBFF2DE00c7644d
Octal213333377551600307144115
Binary1000101111011011111111111011011110001100011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,219,255); }

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

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

 a { background-color: rgb(139,219,255); }

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

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

 span { border-color: rgb(139,219,255); }

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