#8CB8FA

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

Shades of Light Sky Blue #8CB8FA

Tints of Light Sky Blue #8CB8FA

Color information

#8CB8FA (or 0x8CB8FA) is unknown color: approx Light Sky Blue. HEX triplet: 8C, B8 and FA. RGB value is (140,184,250). Sum of RGB (Red+Green+Blue) = 140+184+250=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CB8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB8FA is #734705. Grayscale: #B2B2B2. Windows color (decimal): -7554822 or 16431244. OLE color: 16431244.

HSL color Cylindrical-coordinate representation of color #8CB8FA: hue angle of 216º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CB8FA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140184250-
CMYK0.440.2600.02
HSL216º91.67%76.47%-
HSV(B)216º44%98.04%-
XYZ45.2146.7697.08-
YUV178.37168.42100.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.39%
GREEN value IS 184 (72.27% from 255) = 32.06%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=24.39%
G=32.06%
B=43.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401842500.440.2600.0221691.6776.47
Hex8CB8FA2C1A02d85c4c
Octal214270372543202330134114
Binary100011001011100011111010101100110100101101100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,184,250); }

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

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

 a { background-color: rgb(140,184,250); }

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

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

 span { border-color: rgb(140,184,250); }

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