#8AB1FA

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

Shades of Jordy Blue #8AB1FA

Tints of Jordy Blue #8AB1FA

Color information

#8AB1FA (or 0x8AB1FA) is unknown color: approx Jordy Blue. HEX triplet: 8A, B1 and FA. RGB value is (138,177,250). Sum of RGB (Red+Green+Blue) = 138+177+250=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB1FA is #754E05. Grayscale: #ADADAD. Windows color (decimal): -7687686 or 16429450. OLE color: 16429450.

HSL color Cylindrical-coordinate representation of color #8AB1FA: hue angle of 219.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB1FA is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138177250-
CMYK0.450.2900.02
HSL219.11º91.8%76.08%-
HSV(B)219.11º44.8%98.04%-
XYZ43.4643.7596.6-
YUV173.66171.08102.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.42%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=24.42%
G=31.33%
B=44.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381772500.450.2900.02219.1191.876.08
Hex8AB1FA2D1D02db5c4c
Octal212261372553502333134114
Binary100010101011000111111010101101111010101101101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,177,250); }

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

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

 a { background-color: rgb(138,177,250); }

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

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

 span { border-color: rgb(138,177,250); }

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