#8BB0FA

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

Shades of Jordy Blue #8BB0FA

Tints of Jordy Blue #8BB0FA

Color information

#8BB0FA (or 0x8BB0FA) is unknown color: approx Jordy Blue. HEX triplet: 8B, B0 and FA. RGB value is (139,176,250). Sum of RGB (Red+Green+Blue) = 139+176+250=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB0FA is #744F05. Grayscale: #ADADAD. Windows color (decimal): -7622406 or 16429195. OLE color: 16429195.

HSL color Cylindrical-coordinate representation of color #8BB0FA: hue angle of 220º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BB0FA is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139176250-
CMYK0.440.3000.02
HSL220º91.74%76.27%-
HSV(B)220º44.4%98.04%-
XYZ43.4343.4496.54-
YUV173.37171.24103.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=24.60%
G=31.15%
B=44.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391762500.440.3000.0222091.7476.27
Hex8BB0FA2C1E02dc5c4c
Octal213260372543602334134114
Binary100010111011000011111010101100111100101101110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,250); }

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

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

 a { background-color: rgb(139,176,250); }

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

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

 span { border-color: rgb(139,176,250); }

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