#84B0EB

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

Shades of Jordy Blue #84B0EB

Tints of Jordy Blue #84B0EB

Color information

#84B0EB (or 0x84B0EB) is unknown color: approx Jordy Blue. HEX triplet: 84, B0 and EB. RGB value is (132,176,235). Sum of RGB (Red+Green+Blue) = 132+176+235=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #84B0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B0EB is #7B4F14. Grayscale: #A9A9A9. Windows color (decimal): -8081173 or 15446148. OLE color: 15446148.

HSL color Cylindrical-coordinate representation of color #84B0EB: hue angle of 214.37º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84B0EB is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132176235-
CMYK0.440.2500.08
HSL214.37º72.03%71.96%-
HSV(B)214.37º43.83%92.16%-
XYZ40.0441.9584.59-
YUV169.57164.92101.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.31%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=24.31%
G=32.41%
B=43.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321762350.440.2500.08214.3772.0371.96
Hex84B0EB2C1908d64848
Octal2042603535431010326110110
Binary10000100101100001110101110110011001010001101011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,235); }

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

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

 a { background-color: rgb(132,176,235); }

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

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

 span { border-color: rgb(132,176,235); }

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