#8BB0FC

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

Shades of Jordy Blue #8BB0FC

Tints of Jordy Blue #8BB0FC

Color information

#8BB0FC (or 0x8BB0FC) is unknown color: approx Jordy Blue. HEX triplet: 8B, B0 and FC. RGB value is (139,176,252). Sum of RGB (Red+Green+Blue) = 139+176+252=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BB0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB0FC is #744F03. Grayscale: #ADADAD. Windows color (decimal): -7622404 or 16560267. OLE color: 16560267.

HSL color Cylindrical-coordinate representation of color #8BB0FC: hue angle of 220.35º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB0FC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139176252-
CMYK0.450.3000.01
HSL220.35º94.96%76.67%-
HSV(B)220.35º44.84%98.82%-
XYZ43.7443.5798.2-
YUV173.6172.24103.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.51%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 252 (98.83% from 255) = 44.44%
R=24.51%
G=31.04%
B=44.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391762520.450.3000.01220.3594.9676.67
Hex8BB0FC2D1E01dc5f4d
Octal213260374553601334137115
Binary10001011101100001111110010110111110011101110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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