#84B1EB

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

Shades of Jordy Blue #84B1EB

Tints of Jordy Blue #84B1EB

Color information

#84B1EB (or 0x84B1EB) is unknown color: approx Jordy Blue. HEX triplet: 84, B1 and EB. RGB value is (132,177,235). Sum of RGB (Red+Green+Blue) = 132+177+235=544 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.26% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #84B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B1EB is #7B4E14. Grayscale: #A9A9A9. Windows color (decimal): -8080917 or 15446404. OLE color: 15446404.

HSL color Cylindrical-coordinate representation of color #84B1EB: hue angle of 213.79º 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 #84B1EB is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132177235-
CMYK0.440.2500.08
HSL213.79º72.03%71.96%-
HSV(B)213.79º43.83%92.16%-
XYZ40.2342.3584.65-
YUV170.16164.59100.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.26%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=24.26%
G=32.54%
B=43.20%

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
Decimal1321772350.440.2500.08213.7972.0371.96
Hex84B1EB2C1908d64848
Octal2042613535431010326110110
Binary10000100101100011110101110110011001010001101011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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