#8ACAF1

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

Shades of Light Sky Blue #8ACAF1

Tints of Light Sky Blue #8ACAF1

Color information

#8ACAF1 (or 0x8ACAF1) is unknown color: approx Light Sky Blue. HEX triplet: 8A, CA and F1. RGB value is (138,202,241). Sum of RGB (Red+Green+Blue) = 138+202+241=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ACAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACAF1 is #75350E. Grayscale: #BBBBBB. Windows color (decimal): -7681295 or 15846026. OLE color: 15846026.

HSL color Cylindrical-coordinate representation of color #8ACAF1: hue angle of 202.72º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ACAF1 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138202241-
CMYK0.430.1600.05
HSL202.72º78.63%74.31%-
HSV(B)202.72º42.74%94.51%-
XYZ47.485491.14-
YUV187.31158.392.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.75%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=23.75%
G=34.77%
B=41.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382022410.430.1600.05202.7278.6374.31
Hex8ACAF12B1005cb4f4a
Octal212312361532005313117112
Binary1000101011001010111100011010111000001011100101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,202,241); }

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

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

 a { background-color: rgb(138,202,241); }

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

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

 span { border-color: rgb(138,202,241); }

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