#8CCAF5

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

Shades of Light Sky Blue #8CCAF5

Tints of Light Sky Blue #8CCAF5

Color information

#8CCAF5 (or 0x8CCAF5) is unknown color: approx Light Sky Blue. HEX triplet: 8C, CA and F5. RGB value is (140,202,245). Sum of RGB (Red+Green+Blue) = 140+202+245=587 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.85% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #8CCAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCAF5 is #73350A. Grayscale: #BCBCBC. Windows color (decimal): -7550219 or 16108172. OLE color: 16108172.

HSL color Cylindrical-coordinate representation of color #8CCAF5: hue angle of 204.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CCAF5 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB140202245-
CMYK0.430.1800.04
HSL204.57º84%75.49%-
HSV(B)204.57º42.86%96.08%-
XYZ48.4254.4194.34-
YUV188.36159.9693.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.85%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 245 (96.09% from 255) = 41.74%
R=23.85%
G=34.41%
B=41.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402022450.430.1800.04204.578475.49
Hex8CCAF52B1204cd544b
Octal214312365532204315124113
Binary1000110011001010111101011010111001001001100110110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,245); }

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

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

 a { background-color: rgb(140,202,245); }

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

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

 span { border-color: rgb(140,202,245); }

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