Html Css Color HEX #82AADB Jordy Blue

📋 copy color: '#82AADB'

red 130 ◦ green 170 ◦ blue 219

#82AADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #82AADB

Tints of Jordy Blue #82AADB

RGB

 RED value IS 130 (51.17% from 255) = 25.05%

 GREEN value IS 170 (66.8% from 255) = 32.76%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 25.05%
G = 32.76%
B = 42.2%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82AADB (or 0x82AADB) is known color: Jordy Blue. HEX triplet: 82, AA and DB. RGB value is (130,170,219). Sum of RGB (Red+Green+Blue) = 130+170+219=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #82AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AADB is #7D5524. Grayscale: #A3A3A3. Windows color (decimal): -8213797 or 14396034. OLE color: 14396034.

HSL color Cylindrical-coordinate representation of color #82AADB: hue angle of 213.03º 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 #82AADB is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 170 219 -
CMYK 0.41 0.22 0 0.14
HSL 213.03º 0.55% 0.68% -
HSV(B) 213.03º 0.41% 0.86% -
XYZ 36.37 38.61 72.55 -
YUV 163.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 130 170 219 0.41 0.22 0 0.14 213.03 0.55 0.68
Hex 82 AA DB 29 16 0 E D5 37 44
Octal 202 252 333 51 26 0 16 325 67 104
Binary 10000010 10101010 11011011 101001 10110 0 1110 11010101 110111 1000100

Color Harmonies of #82AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AADB

Black with #82AADB

Text Example


Text Example

White with #82AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82AADB;
 }
 .AnyTagClassName
 {
   color: #82AADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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