Html Css Color HEX #82ADD7 Jordy Blue

📋 copy color: '#82ADD7'

red 130 ◦ green 173 ◦ blue 215

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

Shades of Jordy Blue #82ADD7

Tints of Jordy Blue #82ADD7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 215 (84.38% from 255) = 41.51%

R = 25.1%
G = 33.4%
B = 41.51%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#82ADD7 (or 0x82ADD7) is known color: Jordy Blue. HEX triplet: 82, AD and D7. RGB value is (130,173,215). Sum of RGB (Red+Green+Blue) = 130+173+215=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #82ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADD7 is #7D5228. Grayscale: #A4A4A4. Windows color (decimal): -8213033 or 14134658. OLE color: 14134658.

HSL color Cylindrical-coordinate representation of color #82ADD7: hue angle of 209.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82ADD7 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 173 215 -
CMYK 0.40 0.20 0 0.16
HSL 209.65º 0.52% 0.68% -
HSV(B) 209.65º 0.4% 0.84% -
XYZ 36.42 39.54 70 -
YUV 164.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 130 173 215 0.40 0.20 0 0.16 209.65 0.52 0.68
Hex 82 AD D7 28 14 0 10 D2 34 44
Octal 202 255 327 50 24 0 20 322 64 104
Binary 10000010 10101101 11010111 101000 10100 0 10000 11010010 110100 1000100

Color Harmonies of #82ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ADD7

Black with #82ADD7

Text Example


Text Example

White with #82ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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