#84B6ED

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

Shades of Jordy Blue #84B6ED

Tints of Jordy Blue #84B6ED

Color information

#84B6ED (or 0x84B6ED) is unknown color: approx Jordy Blue. HEX triplet: 84, B6 and ED. RGB value is (132,182,237). Sum of RGB (Red+Green+Blue) = 132+182+237=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #84B6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B6ED is #7B4912. Grayscale: #ADADAD. Windows color (decimal): -8079635 or 15578756. OLE color: 15578756.

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

Color convert

RGB132182237-
CMYK0.440.2300.07
HSL211.43º74.47%72.35%-
HSV(B)211.43º44.3%92.94%-
XYZ41.5344.4886.52-
YUV173.32163.9498.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.96%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=23.96%
G=33.03%
B=43.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321822370.440.2300.07211.4374.4772.35
Hex84B6ED2C1707d34a48
Octal204266355542707323112110
Binary1000010010110110111011011011001011101111101001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,182,237); }

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

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

 a { background-color: rgb(132,182,237); }

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

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

 span { border-color: rgb(132,182,237); }

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