#8CBDFC

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

Shades of Light Sky Blue #8CBDFC

Tints of Light Sky Blue #8CBDFC

Color information

#8CBDFC (or 0x8CBDFC) is unknown color: approx Light Sky Blue. HEX triplet: 8C, BD and FC. RGB value is (140,189,252). Sum of RGB (Red+Green+Blue) = 140+189+252=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CBDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDFC is #734203. Grayscale: #B5B5B5. Windows color (decimal): -7553540 or 16563596. OLE color: 16563596.

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

Color convert

RGB140189252-
CMYK0.440.2500.01
HSL213.75º94.92%76.86%-
HSV(B)213.75º44.44%98.82%-
XYZ46.584999.1-
YUV181.53167.7798.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.10%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=24.10%
G=32.53%
B=43.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401892520.440.2500.01213.7594.9276.86
Hex8CBDFC2C1901d65f4d
Octal214275374543101326137115
Binary10001100101111011111110010110011001011101011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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