#8BAFFE

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

Shades of Jordy Blue #8BAFFE

Tints of Jordy Blue #8BAFFE

Color information

#8BAFFE (or 0x8BAFFE) is unknown color: approx Jordy Blue. HEX triplet: 8B, AF and FE. RGB value is (139,175,254). Sum of RGB (Red+Green+Blue) = 139+175+254=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFFE is #745001. Grayscale: #ACACAC. Windows color (decimal): -7622658 or 16691083. OLE color: 16691083.

HSL color Cylindrical-coordinate representation of color #8BAFFE: hue angle of 221.22º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BAFFE is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139175254-
CMYK0.450.3100.00
HSL221.22º98.29%77.06%-
HSV(B)221.22º45.28%99.61%-
XYZ43.8743.399.81-
YUV173.24173.57103.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.47%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=24.47%
G=30.81%
B=44.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391752540.450.3100.00221.2298.2977.06
Hex8BAFFE2D1F00dd624d
Octal213257376553700335142115
Binary10001011101011111111111010110111111001101110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,254); }

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

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

 a { background-color: rgb(139,175,254); }

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

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

 span { border-color: rgb(139,175,254); }

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