#84BBE5

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

Shades of Jordy Blue #84BBE5

Tints of Jordy Blue #84BBE5

Color information

#84BBE5 (or 0x84BBE5) is unknown color: approx Jordy Blue. HEX triplet: 84, BB and E5. RGB value is (132,187,229). Sum of RGB (Red+Green+Blue) = 132+187+229=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #84BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBE5 is #7B441A. Grayscale: #AFAFAF. Windows color (decimal): -8078363 or 15055748. OLE color: 15055748.

HSL color Cylindrical-coordinate representation of color #84BBE5: hue angle of 205.98º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84BBE5 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132187229-
CMYK0.420.1800.10
HSL205.98º65.1%70.78%-
HSV(B)205.98º42.36%89.8%-
XYZ41.4346.180.84-
YUV175.34158.2897.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=24.09%
G=34.12%
B=41.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321872290.420.1800.10205.9865.170.78
Hex84BBE52A120Ace4147
Octal2042733455222012316101107
Binary10000100101110111110010110101010010010101100111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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