#8ACDF1

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

Shades of Sky Blue #8ACDF1

Tints of Sky Blue #8ACDF1

Color information

#8ACDF1 (or 0x8ACDF1) is unknown color: approx Sky Blue. HEX triplet: 8A, CD and F1. RGB value is (138,205,241). Sum of RGB (Red+Green+Blue) = 138+205+241=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ACDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACDF1 is #75320E. Grayscale: #BCBCBC. Windows color (decimal): -7680527 or 15846794. OLE color: 15846794.

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

Color convert

RGB138205241-
CMYK0.430.1500.05
HSL200.97º78.63%74.31%-
HSV(B)200.97º42.74%94.51%-
XYZ48.1955.4291.38-
YUV189.07157.391.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.63%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=23.63%
G=35.10%
B=41.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382052410.430.1500.05200.9778.6374.31
Hex8ACDF12BF05c94f4a
Octal212315361531705311117112
Binary100010101100110111110001101011111101011100100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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