#8ACFF1

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

Shades of Sky Blue #8ACFF1

Tints of Sky Blue #8ACFF1

Color information

#8ACFF1 (or 0x8ACFF1) is unknown color: approx Sky Blue. HEX triplet: 8A, CF and F1. RGB value is (138,207,241). Sum of RGB (Red+Green+Blue) = 138+207+241=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ACFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACFF1 is #75300E. Grayscale: #BEBEBE. Windows color (decimal): -7680015 or 15847306. OLE color: 15847306.

HSL color Cylindrical-coordinate representation of color #8ACFF1: hue angle of 199.81º 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 #8ACFF1 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138207241-
CMYK0.430.1400.05
HSL199.81º78.63%74.31%-
HSV(B)199.81º42.74%94.51%-
XYZ48.6756.3891.54-
YUV190.24156.6490.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.55%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=23.55%
G=35.32%
B=41.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382072410.430.1400.05199.8178.6374.31
Hex8ACFF12BE05c84f4a
Octal212317361531605310117112
Binary100010101100111111110001101011111001011100100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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