#8CBDFE

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

Shades of Light Sky Blue #8CBDFE

Tints of Light Sky Blue #8CBDFE

Color information

#8CBDFE (or 0x8CBDFE) is unknown color: approx Light Sky Blue. HEX triplet: 8C, BD and FE. RGB value is (140,189,254). Sum of RGB (Red+Green+Blue) = 140+189+254=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CBDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDFE is #734201. Grayscale: #B5B5B5. Windows color (decimal): -7553538 or 16694668. OLE color: 16694668.

HSL color Cylindrical-coordinate representation of color #8CBDFE: hue angle of 214.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CBDFE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140189254-
CMYK0.450.2600.00
HSL214.21º98.28%77.25%-
HSV(B)214.21º44.88%99.61%-
XYZ46.949.13100.78-
YUV181.76168.7798.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.01%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=24.01%
G=32.42%
B=43.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401892540.450.2600.00214.2198.2877.25
Hex8CBDFE2D1A00d6624d
Octal214275376553200326142115
Binary10001100101111011111111010110111010001101011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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