#8FB7F1

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

Shades of Jordy Blue #8FB7F1

Tints of Jordy Blue #8FB7F1

Color information

#8FB7F1 (or 0x8FB7F1) is unknown color: approx Jordy Blue. HEX triplet: 8F, B7 and F1. RGB value is (143,183,241). Sum of RGB (Red+Green+Blue) = 143+183+241=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FB7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB7F1 is #70480E. Grayscale: #B1B1B1. Windows color (decimal): -7358479 or 15841167. OLE color: 15841167.

HSL color Cylindrical-coordinate representation of color #8FB7F1: hue angle of 215.51º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FB7F1 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB143183241-
CMYK0.410.2400.05
HSL215.51º77.78%75.29%-
HSV(B)215.51º40.66%94.51%-
XYZ44.1446.0689.78-
YUV177.65163.75103.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.22%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=25.22%
G=32.28%
B=42.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1431832410.410.2400.05215.5177.7875.29
Hex8FB7F1291805d84e4b
Octal217267361513005330116113
Binary1000111110110111111100011010011100001011101100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,183,241); }

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

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

 a { background-color: rgb(143,183,241); }

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

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

 span { border-color: rgb(143,183,241); }

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