#8CCCFA

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

Shades of Light Sky Blue #8CCCFA

Tints of Light Sky Blue #8CCCFA

Color information

#8CCCFA (or 0x8CCCFA) is unknown color: approx Light Sky Blue. HEX triplet: 8C, CC and FA. RGB value is (140,204,250). Sum of RGB (Red+Green+Blue) = 140+204+250=594 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.57% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CCCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCFA is #733305. Grayscale: #BDBDBD. Windows color (decimal): -7549702 or 16436364. OLE color: 16436364.

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

Color convert

RGB140204250-
CMYK0.440.1800.02
HSL205.09º91.67%76.47%-
HSV(B)205.09º44%98.04%-
XYZ49.6655.6698.57-
YUV190.11161.892.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.57%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=23.57%
G=34.34%
B=42.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402042500.440.1800.02205.0991.6776.47
Hex8CCCFA2C1202cd5c4c
Octal214314372542202315134114
Binary100011001100110011111010101100100100101100110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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