Html Css Color HEX #82AED6 Jordy Blue

📋 copy color: '#82AED6'

red 130 ◦ green 174 ◦ blue 214

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

Shades of Jordy Blue #82AED6

Tints of Jordy Blue #82AED6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.59%

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 25.1%
G = 33.59%
B = 41.31%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#82AED6 (or 0x82AED6) is known color: Jordy Blue. HEX triplet: 82, AE and D6. RGB value is (130,174,214). Sum of RGB (Red+Green+Blue) = 130+174+214=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #82AED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AED6 is #7D5129. Grayscale: #A5A5A5. Windows color (decimal): -8212778 or 14069378. OLE color: 14069378.

HSL color Cylindrical-coordinate representation of color #82AED6: hue angle of 208.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82AED6 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 174 214 -
CMYK 0.39 0.19 0 0.16
HSL 208.57º 0.51% 0.67% -
HSV(B) 208.57º 0.39% 0.84% -
XYZ 36.48 39.87 69.39 -
YUV 165.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 130 174 214 0.39 0.19 0 0.16 208.57 0.51 0.67
Hex 82 AE D6 27 13 0 10 D1 33 43
Octal 202 256 326 47 23 0 20 321 63 103
Binary 10000010 10101110 11010110 100111 10011 0 10000 11010001 110011 1000011

Color Harmonies of #82AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AED6

Black with #82AED6

Text Example


Text Example

White with #82AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,174,214); }

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

background-color css

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

 a { background-color: rgb(130,174,214); }

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

border-color css

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

 span { border-color: rgb(130,174,214); }

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