#8CD7FA

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

Shades of Light Sky Blue #8CD7FA

Tints of Light Sky Blue #8CD7FA

Color information

#8CD7FA (or 0x8CD7FA) is unknown color: approx Light Sky Blue. HEX triplet: 8C, D7 and FA. RGB value is (140,215,250). Sum of RGB (Red+Green+Blue) = 140+215+250=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CD7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD7FA is #732805. Grayscale: #C4C4C4. Windows color (decimal): -7546886 or 16439180. OLE color: 16439180.

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

Color convert

RGB140215250-
CMYK0.440.1400.02
HSL199.09º91.67%76.47%-
HSV(B)199.09º44%98.04%-
XYZ52.3761.0899.47-
YUV196.56158.1587.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.14%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=23.14%
G=35.54%
B=41.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402152500.440.1400.02199.0991.6776.47
Hex8CD7FA2CE02c75c4c
Octal214327372541602307134114
Binary10001100110101111111101010110011100101100011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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