#84B1EE

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

Shades of Jordy Blue #84B1EE

Tints of Jordy Blue #84B1EE

Color information

#84B1EE (or 0x84B1EE) is unknown color: approx Jordy Blue. HEX triplet: 84, B1 and EE. RGB value is (132,177,238). Sum of RGB (Red+Green+Blue) = 132+177+238=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #84B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B1EE is #7B4E11. Grayscale: #AAAAAA. Windows color (decimal): -8080914 or 15643012. OLE color: 15643012.

HSL color Cylindrical-coordinate representation of color #84B1EE: hue angle of 214.53º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84B1EE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132177238-
CMYK0.450.2600.07
HSL214.53º75.71%72.55%-
HSV(B)214.53º44.54%93.33%-
XYZ40.6742.5286.95-
YUV170.5166.09100.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=24.13%
G=32.36%
B=43.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321772380.450.2600.07214.5375.7172.55
Hex84B1EE2D1A07d74c49
Octal204261356553207327114111
Binary1000010010110001111011101011011101001111101011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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