#8BDAFF

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

Shades of Light Sky Blue #8BDAFF

Tints of Light Sky Blue #8BDAFF

Color information

#8BDAFF (or 0x8BDAFF) is unknown color: approx Light Sky Blue. HEX triplet: 8B, DA and FF. RGB value is (139,218,255). Sum of RGB (Red+Green+Blue) = 139+218+255=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAFF is #742500. Grayscale: #C6C6C6. Windows color (decimal): -7611649 or 16767627. OLE color: 16767627.

HSL color Cylindrical-coordinate representation of color #8BDAFF: hue angle of 199.14º 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 #8BDAFF is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB139218255-
CMYK0.450.1500
HSL199.14º100%77.25%-
HSV(B)199.14º45.49%100%-
XYZ53.7762.85103.91-
YUV198.6159.8385.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.71%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 255 (100% from 255) = 41.67%
R=22.71%
G=35.62%
B=41.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1392182550.450.1500199.1410077.25
Hex8BDAFF2DF00c7644d
Octal213332377551700307144115
Binary1000101111011010111111111011011111001100011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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