#8AACF1

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

Shades of Jordy Blue #8AACF1

Tints of Jordy Blue #8AACF1

Color information

#8AACF1 (or 0x8AACF1) is unknown color: approx Jordy Blue. HEX triplet: 8A, AC and F1. RGB value is (138,172,241). Sum of RGB (Red+Green+Blue) = 138+172+241=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #8AACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACF1 is #75530E. Grayscale: #A9A9A9. Windows color (decimal): -7688975 or 15838346. OLE color: 15838346.

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

Color convert

RGB138172241-
CMYK0.430.2900.05
HSL220.19º78.63%74.31%-
HSV(B)220.19º42.74%94.51%-
XYZ41.1141.2689.02-
YUV169.7168.24105.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.05%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=25.05%
G=31.22%
B=43.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1381722410.430.2900.05220.1978.6374.31
Hex8AACF12B1D05dc4f4a
Octal212254361533505334117112
Binary1000101010101100111100011010111110101011101110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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