#8BAAFD

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

Shades of Jordy Blue #8BAAFD

Tints of Jordy Blue #8BAAFD

Color information

#8BAAFD (or 0x8BAAFD) is unknown color: approx Jordy Blue. HEX triplet: 8B, AA and FD. RGB value is (139,170,253). Sum of RGB (Red+Green+Blue) = 139+170+253=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAFD is #745502. Grayscale: #A9A9A9. Windows color (decimal): -7623939 or 16624267. OLE color: 16624267.

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

Color convert

RGB139170253-
CMYK0.450.3300.01
HSL223.68º96.61%76.86%-
HSV(B)223.68º45.06%99.22%-
XYZ42.7541.3398.65-
YUV170.19174.73105.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.73%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=24.73%
G=30.25%
B=45.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391702530.450.3300.01223.6896.6176.86
Hex8BAAFD2D2101e0614d
Octal213252375554101340141115
Binary100010111010101011111101101101100001011110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,170,253); }

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

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

 a { background-color: rgb(139,170,253); }

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

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

 span { border-color: rgb(139,170,253); }

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