#8CBDF6

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

Shades of Light Sky Blue #8CBDF6

Tints of Light Sky Blue #8CBDF6

Color information

#8CBDF6 (or 0x8CBDF6) is unknown color: approx Light Sky Blue. HEX triplet: 8C, BD and F6. RGB value is (140,189,246). Sum of RGB (Red+Green+Blue) = 140+189+246=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #8CBDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDF6 is #734209. Grayscale: #B4B4B4. Windows color (decimal): -7553546 or 16170380. OLE color: 16170380.

HSL color Cylindrical-coordinate representation of color #8CBDF6: hue angle of 212.26º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CBDF6 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB140189246-
CMYK0.430.2300.04
HSL212.26º85.48%75.69%-
HSV(B)212.26º43.09%96.47%-
XYZ45.6548.6294.17-
YUV180.85164.7798.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.35%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 246 (96.48% from 255) = 42.78%
R=24.35%
G=32.87%
B=42.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1401892460.430.2300.04212.2685.4875.69
Hex8CBDF62B1704d4554c
Octal214275366532704324125114
Binary1000110010111101111101101010111011101001101010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,246); }

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

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

 a { background-color: rgb(140,189,246); }

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

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

 span { border-color: rgb(140,189,246); }

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