#8BB3FA

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

Shades of Jordy Blue #8BB3FA

Tints of Jordy Blue #8BB3FA

Color information

#8BB3FA (or 0x8BB3FA) is unknown color: approx Jordy Blue. HEX triplet: 8B, B3 and FA. RGB value is (139,179,250). Sum of RGB (Red+Green+Blue) = 139+179+250=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BB3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB3FA is #744C05. Grayscale: #AEAEAE. Windows color (decimal): -7621638 or 16429963. OLE color: 16429963.

HSL color Cylindrical-coordinate representation of color #8BB3FA: hue angle of 218.38º 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 #8BB3FA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139179250-
CMYK0.440.2800.02
HSL218.38º91.74%76.27%-
HSV(B)218.38º44.4%98.04%-
XYZ44.0244.6396.74-
YUV175.13170.25102.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.47%
GREEN value IS 179 (70.31% from 255) = 31.51%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=24.47%
G=31.51%
B=44.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391792500.440.2800.02218.3891.7476.27
Hex8BB3FA2C1C02da5c4c
Octal213263372543402332134114
Binary100010111011001111111010101100111000101101101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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