#8AACFC

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

Shades of Jordy Blue #8AACFC

Tints of Jordy Blue #8AACFC

Color information

#8AACFC (or 0x8AACFC) is unknown color: approx Jordy Blue. HEX triplet: 8A, AC and FC. RGB value is (138,172,252). Sum of RGB (Red+Green+Blue) = 138+172+252=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACFC is #755303. Grayscale: #AAAAAA. Windows color (decimal): -7688964 or 16559242. OLE color: 16559242.

HSL color Cylindrical-coordinate representation of color #8AACFC: hue angle of 222.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AACFC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138172252-
CMYK0.450.3200.01
HSL222.11º95%76.47%-
HSV(B)222.11º45.24%98.82%-
XYZ42.841.9497.93-
YUV170.95173.74104.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.56%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=24.56%
G=30.60%
B=44.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381722520.450.3200.01222.119576.47
Hex8AACFC2D2001de5f4c
Octal212254374554001336137114
Binary100010101010110011111100101101100000011101111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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