#84BBE0

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

Shades of Jordy Blue #84BBE0

Tints of Jordy Blue #84BBE0

Color information

#84BBE0 (or 0x84BBE0) is unknown color: approx Jordy Blue. HEX triplet: 84, BB and E0. RGB value is (132,187,224). Sum of RGB (Red+Green+Blue) = 132+187+224=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #84BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBE0 is #7B441F. Grayscale: #AEAEAE. Windows color (decimal): -8078368 or 14728068. OLE color: 14728068.

HSL color Cylindrical-coordinate representation of color #84BBE0: hue angle of 204.13º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BBE0 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132187224-
CMYK0.410.1700.12
HSL204.13º59.74%69.8%-
HSV(B)204.13º41.07%87.84%-
XYZ40.7445.8377.22-
YUV174.77155.7897.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.31%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=24.31%
G=34.44%
B=41.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321872240.410.1700.12204.1359.7469.8
Hex84BBE029110Ccc3c46
Octal204273340512101431474106
Binary1000010010111011111000001010011000101100110011001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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