#8AB0FA

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

Shades of Jordy Blue #8AB0FA

Tints of Jordy Blue #8AB0FA

Color information

#8AB0FA (or 0x8AB0FA) is unknown color: approx Jordy Blue. HEX triplet: 8A, B0 and FA. RGB value is (138,176,250). Sum of RGB (Red+Green+Blue) = 138+176+250=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB0FA is #754F05. Grayscale: #ACACAC. Windows color (decimal): -7687942 or 16429194. OLE color: 16429194.

HSL color Cylindrical-coordinate representation of color #8AB0FA: hue angle of 219.64º 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 #8AB0FA is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138176250-
CMYK0.450.3000.02
HSL219.64º91.8%76.08%-
HSV(B)219.64º44.8%98.04%-
XYZ43.2643.3696.53-
YUV173.07171.41102.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.47%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=24.47%
G=31.21%
B=44.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381762500.450.3000.02219.6491.876.08
Hex8AB0FA2D1E02dc5c4c
Octal212260372553602334134114
Binary100010101011000011111010101101111100101101110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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