#82ACDB

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

Shades of Jordy Blue #82ACDB

Tints of Jordy Blue #82ACDB

Color information

#82ACDB (or 0x82ACDB) is unknown color: approx Jordy Blue. HEX triplet: 82, AC and DB. RGB value is (130,172,219). Sum of RGB (Red+Green+Blue) = 130+172+219=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #82ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACDB is #7D5324. Grayscale: #A4A4A4. Windows color (decimal): -8213285 or 14396546. OLE color: 14396546.

HSL color Cylindrical-coordinate representation of color #82ACDB: hue angle of 211.69º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82ACDB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130172219-
CMYK0.410.2100.14
HSL211.69º55.28%68.43%-
HSV(B)211.69º40.64%85.88%-
XYZ36.7439.3772.68-
YUV164.8158.59103.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=24.95%
G=33.01%
B=42.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301722190.410.2100.14211.6955.2868.43
Hex82ACDB29150Ed43744
Octal202254333512501632467104
Binary1000001010101100110110111010011010101110110101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82ACDB; }

 p { color: rgb(130,172,219); }

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

<style>
 a { background-color: #82ACDB; }

 a { background-color: rgb(130,172,219); }

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

<style>
 span { border-color: #82ACDB; }

 span { border-color: rgb(130,172,219); }

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