#84B7E9

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

Shades of Jordy Blue #84B7E9

Tints of Jordy Blue #84B7E9

Color information

#84B7E9 (or 0x84B7E9) is unknown color: approx Jordy Blue. HEX triplet: 84, B7 and E9. RGB value is (132,183,233). Sum of RGB (Red+Green+Blue) = 132+183+233=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #84B7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B7E9 is #7B4816. Grayscale: #ADADAD. Windows color (decimal): -8079383 or 15316868. OLE color: 15316868.

HSL color Cylindrical-coordinate representation of color #84B7E9: hue angle of 209.7º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84B7E9 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132183233-
CMYK0.430.2100.09
HSL209.7º69.66%71.57%-
HSV(B)209.7º43.35%91.37%-
XYZ41.1644.6683.54-
YUV173.45161.698.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 233 (91.41% from 255) = 42.52%
R=24.09%
G=33.39%
B=42.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321832330.430.2100.09209.769.6671.57
Hex84B7E92B1509d24648
Octal2042673515325011322106110
Binary10000100101101111110100110101110101010011101001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B7E9; }

 p { color: rgb(132,183,233); }

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

<style>
 a { background-color: #84B7E9; }

 a { background-color: rgb(132,183,233); }

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

<style>
 span { border-color: #84B7E9; }

 span { border-color: rgb(132,183,233); }

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