#84B1EC

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

Shades of Jordy Blue #84B1EC

Tints of Jordy Blue #84B1EC

Color information

#84B1EC (or 0x84B1EC) is unknown color: approx Jordy Blue. HEX triplet: 84, B1 and EC. RGB value is (132,177,236). Sum of RGB (Red+Green+Blue) = 132+177+236=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #84B1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B1EC is #7B4E13. Grayscale: #A9A9A9. Windows color (decimal): -8080916 or 15511940. OLE color: 15511940.

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

Color convert

RGB132177236-
CMYK0.440.2500.07
HSL214.04º73.24%72.16%-
HSV(B)214.04º44.07%92.55%-
XYZ40.3842.4185.41-
YUV170.27165.09100.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.22%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=24.22%
G=32.48%
B=43.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321772360.440.2500.07214.0473.2472.16
Hex84B1EC2C1907d64948
Octal204261354543107326111110
Binary1000010010110001111011001011001100101111101011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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