#8BDBFC

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

Shades of Light Sky Blue #8BDBFC

Tints of Light Sky Blue #8BDBFC

Color information

#8BDBFC (or 0x8BDBFC) is unknown color: approx Light Sky Blue. HEX triplet: 8B, DB and FC. RGB value is (139,219,252). Sum of RGB (Red+Green+Blue) = 139+219+252=610 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.79% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBFC is #742403. Grayscale: #C6C6C6. Windows color (decimal): -7611396 or 16571275. OLE color: 16571275.

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

Color convert

RGB139219252-
CMYK0.450.1300.01
HSL197.52º94.96%76.67%-
HSV(B)197.52º44.84%98.82%-
XYZ53.5563.18101.47-
YUV198.8415885.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.79%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=22.79%
G=35.90%
B=41.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392192520.450.1300.01197.5294.9676.67
Hex8BDBFC2DD01c65f4d
Octal213333374551501306137115
Binary1000101111011011111111001011011101011100011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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