#84BAEC

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

Shades of Jordy Blue #84BAEC

Tints of Jordy Blue #84BAEC

Color information

#84BAEC (or 0x84BAEC) is unknown color: approx Jordy Blue. HEX triplet: 84, BA and EC. RGB value is (132,186,236). Sum of RGB (Red+Green+Blue) = 132+186+236=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #84BAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAEC is #7B4513. Grayscale: #AFAFAF. Windows color (decimal): -8078612 or 15514244. OLE color: 15514244.

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

Color convert

RGB132186236-
CMYK0.440.2100.07
HSL208.85º73.24%72.16%-
HSV(B)208.85º44.07%92.55%-
XYZ42.2146.0886.03-
YUV175.55162.1196.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.83%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=23.83%
G=33.57%
B=42.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321862360.440.2100.07208.8573.2472.16
Hex84BAEC2C1507d14948
Octal204272354542507321111110
Binary1000010010111010111011001011001010101111101000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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