#8BB1F5

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

Shades of Jordy Blue #8BB1F5

Tints of Jordy Blue #8BB1F5

Color information

#8BB1F5 (or 0x8BB1F5) is unknown color: approx Jordy Blue. HEX triplet: 8B, B1 and F5. RGB value is (139,177,245). Sum of RGB (Red+Green+Blue) = 139+177+245=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #8BB1F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB1F5 is #744E0A. Grayscale: #ADADAD. Windows color (decimal): -7622155 or 16101771. OLE color: 16101771.

HSL color Cylindrical-coordinate representation of color #8BB1F5: hue angle of 218.49º degrees, saturation: 0.84, 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 #8BB1F5 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139177245-
CMYK0.430.2800.04
HSL218.49º84.13%75.29%-
HSV(B)218.49º43.27%96.08%-
XYZ42.8543.5392.53-
YUV173.39168.41103.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=24.78%
G=31.55%
B=43.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1391772450.430.2800.04218.4984.1375.29
Hex8BB1F52B1C04da544b
Octal213261365533404332124113
Binary1000101110110001111101011010111110001001101101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,245); }

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

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

 a { background-color: rgb(139,177,245); }

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

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

 span { border-color: rgb(139,177,245); }

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