#82ADDE

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

Shades of Jordy Blue #82ADDE

Tints of Jordy Blue #82ADDE

Color information

#82ADDE (or 0x82ADDE) is unknown color: approx Jordy Blue. HEX triplet: 82, AD and DE. RGB value is (130,173,222). Sum of RGB (Red+Green+Blue) = 130+173+222=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #82ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADDE is #7D5221. Grayscale: #A5A5A5. Windows color (decimal): -8213026 or 14593410. OLE color: 14593410.

HSL color Cylindrical-coordinate representation of color #82ADDE: hue angle of 211.96º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82ADDE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130173222-
CMYK0.410.2200.13
HSL211.96º58.23%69.02%-
HSV(B)211.96º41.44%87.06%-
XYZ37.3339.9174.84-
YUV165.73159.75102.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.76%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=24.76%
G=32.95%
B=42.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301732220.410.2200.13211.9658.2369.02
Hex82ADDE29160Dd43a45
Octal202255336512601532472105
Binary1000001010101101110111101010011011001101110101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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