#82ADDC

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

Shades of Jordy Blue #82ADDC

Tints of Jordy Blue #82ADDC

Color information

#82ADDC (or 0x82ADDC) is unknown color: approx Jordy Blue. HEX triplet: 82, AD and DC. RGB value is (130,173,220). Sum of RGB (Red+Green+Blue) = 130+173+220=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #82ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADDC is #7D5223. Grayscale: #A5A5A5. Windows color (decimal): -8213028 or 14462338. OLE color: 14462338.

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

Color convert

RGB130173220-
CMYK0.410.2100.14
HSL211.33º56.25%68.63%-
HSV(B)211.33º40.91%86.27%-
XYZ37.0739.873.44-
YUV165.5158.75102.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=24.86%
G=33.08%
B=42.07%

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
Decimal1301732200.410.2100.14211.3356.2568.63
Hex82ADDC29150Ed33845
Octal202255334512501632370105
Binary1000001010101101110111001010011010101110110100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,173,220); }

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

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

 a { background-color: rgb(130,173,220); }

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

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

 span { border-color: rgb(130,173,220); }

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