#8CC7FA

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

Shades of Light Sky Blue #8CC7FA

Tints of Light Sky Blue #8CC7FA

Color information

#8CC7FA (or 0x8CC7FA) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C7 and FA. RGB value is (140,199,250). Sum of RGB (Red+Green+Blue) = 140+199+250=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CC7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC7FA is #733805. Grayscale: #BABABA. Windows color (decimal): -7550982 or 16435084. OLE color: 16435084.

HSL color Cylindrical-coordinate representation of color #8CC7FA: hue angle of 207.82º 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 #8CC7FA is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140199250-
CMYK0.440.2000.02
HSL207.82º91.67%76.47%-
HSV(B)207.82º44%98.04%-
XYZ48.4953.3298.18-
YUV187.17163.4594.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.77%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=23.77%
G=33.79%
B=42.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401992500.440.2000.02207.8291.6776.47
Hex8CC7FA2C1402d05c4c
Octal214307372542402320134114
Binary100011001100011111111010101100101000101101000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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