#8CBDF5

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

Shades of Light Sky Blue #8CBDF5

Tints of Light Sky Blue #8CBDF5

Color information

#8CBDF5 (or 0x8CBDF5) is unknown color: approx Light Sky Blue. HEX triplet: 8C, BD and F5. RGB value is (140,189,245). Sum of RGB (Red+Green+Blue) = 140+189+245=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #8CBDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDF5 is #73420A. Grayscale: #B4B4B4. Windows color (decimal): -7553547 or 16104844. OLE color: 16104844.

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

Color convert

RGB140189245-
CMYK0.430.2300.04
HSL212º84%75.49%-
HSV(B)212º42.86%96.08%-
XYZ45.4948.5693.36-
YUV180.73164.2798.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.39%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=24.39%
G=32.93%
B=42.68%

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
Decimal1401892450.430.2300.042128475.49
Hex8CBDF52B1704d4544b
Octal214275365532704324124113
Binary1000110010111101111101011010111011101001101010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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