#8BBCFC

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

Shades of Light Sky Blue #8BBCFC

Tints of Light Sky Blue #8BBCFC

Color information

#8BBCFC (or 0x8BBCFC) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BC and FC. RGB value is (139,188,252). Sum of RGB (Red+Green+Blue) = 139+188+252=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BBCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCFC is #744303. Grayscale: #B4B4B4. Windows color (decimal): -7619332 or 16563339. OLE color: 16563339.

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

Color convert

RGB139188252-
CMYK0.450.2500.01
HSL213.98º94.96%76.67%-
HSV(B)213.98º44.84%98.82%-
XYZ46.248.4899.02-
YUV180.64168.2798.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.01%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=24.01%
G=32.47%
B=43.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391882520.450.2500.01213.9894.9676.67
Hex8BBCFC2D1901d65f4d
Octal213274374553101326137115
Binary10001011101111001111110010110111001011101011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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