#84B3DB

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

Shades of Jordy Blue #84B3DB

Tints of Jordy Blue #84B3DB

Color information

#84B3DB (or 0x84B3DB) is unknown color: approx Jordy Blue. HEX triplet: 84, B3 and DB. RGB value is (132,179,219). Sum of RGB (Red+Green+Blue) = 132+179+219=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #84B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B3DB is #7B4C24. Grayscale: #A9A9A9. Windows color (decimal): -8080421 or 14398340. OLE color: 14398340.

HSL color Cylindrical-coordinate representation of color #84B3DB: hue angle of 207.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84B3DB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132179219-
CMYK0.400.1800.14
HSL207.59º54.72%68.82%-
HSV(B)207.59º39.73%85.88%-
XYZ38.4242.2673.15-
YUV169.51155.93101.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.91%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=24.91%
G=33.77%
B=41.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321792190.400.1800.14207.5954.7268.82
Hex84B3DB28120Ed03745
Octal204263333502201632067105
Binary1000010010110011110110111010001001001110110100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,179,219); }

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

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

 a { background-color: rgb(132,179,219); }

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

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

 span { border-color: rgb(132,179,219); }

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