#8BAEFD

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

Shades of Jordy Blue #8BAEFD

Tints of Jordy Blue #8BAEFD

Color information

#8BAEFD (or 0x8BAEFD) is unknown color: approx Jordy Blue. HEX triplet: 8B, AE and FD. RGB value is (139,174,253). Sum of RGB (Red+Green+Blue) = 139+174+253=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEFD is #745102. Grayscale: #ACACAC. Windows color (decimal): -7622915 or 16625291. OLE color: 16625291.

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

Color convert

RGB139174253-
CMYK0.450.3100.01
HSL221.58º96.61%76.86%-
HSV(B)221.58º45.06%99.22%-
XYZ43.5142.8598.91-
YUV172.54173.4104.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.56%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=24.56%
G=30.74%
B=44.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391742530.450.3100.01221.5896.6176.86
Hex8BAEFD2D1F01de614d
Octal213256375553701336141115
Binary10001011101011101111110110110111111011101111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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