#8BAEF4

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

Shades of Jordy Blue #8BAEF4

Tints of Jordy Blue #8BAEF4

Color information

#8BAEF4 (or 0x8BAEF4) is unknown color: approx Jordy Blue. HEX triplet: 8B, AE and F4. RGB value is (139,174,244). Sum of RGB (Red+Green+Blue) = 139+174+244=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #8BAEF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEF4 is #74510B. Grayscale: #ABABAB. Windows color (decimal): -7622924 or 16035467. OLE color: 16035467.

HSL color Cylindrical-coordinate representation of color #8BAEF4: hue angle of 220º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BAEF4 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139174244-
CMYK0.430.2900.04
HSL220º82.68%75.1%-
HSV(B)220º43.03%95.69%-
XYZ42.1142.2991.53-
YUV171.52168.9104.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.96%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 244 (95.70% from 255) = 43.81%
R=24.96%
G=31.24%
B=43.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1391742440.430.2900.0422082.6875.1
Hex8BAEF42B1D04dc534b
Octal213256364533504334123113
Binary1000101110101110111101001010111110101001101110010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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