#84BBEB

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

Shades of Jordy Blue #84BBEB

Tints of Jordy Blue #84BBEB

Color information

#84BBEB (or 0x84BBEB) is unknown color: approx Jordy Blue. HEX triplet: 84, BB and EB. RGB value is (132,187,235). Sum of RGB (Red+Green+Blue) = 132+187+235=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #84BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBEB is #7B4414. Grayscale: #AFAFAF. Windows color (decimal): -8078357 or 15448964. OLE color: 15448964.

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

Color convert

RGB132187235-
CMYK0.440.2000.08
HSL207.96º72.03%71.96%-
HSV(B)207.96º43.83%92.16%-
XYZ42.2846.4485.33-
YUV176.03161.2896.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.83%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=23.83%
G=33.75%
B=42.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321872350.440.2000.08207.9672.0371.96
Hex84BBEB2C1408d04848
Octal2042733535424010320110110
Binary10000100101110111110101110110010100010001101000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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