Html Css Color HEX #82A6DA Jordy Blue

📋 copy color: '#82A6DA'

red 130 ◦ green 166 ◦ blue 218

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

Shades of Jordy Blue #82A6DA

Tints of Jordy Blue #82A6DA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.3%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 25.29%
G = 32.3%
B = 42.41%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#82A6DA (or 0x82A6DA) is known color: Jordy Blue. HEX triplet: 82, A6 and DA. RGB value is (130,166,218). Sum of RGB (Red+Green+Blue) = 130+166+218=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #82A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A6DA is #7D5925. Grayscale: #A0A0A0. Windows color (decimal): -8214822 or 14329474. OLE color: 14329474.

HSL color Cylindrical-coordinate representation of color #82A6DA: hue angle of 215.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A6DA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 166 218 -
CMYK 0.40 0.24 0 0.15
HSL 215.45º 0.54% 0.68% -
HSV(B) 215.45º 0.4% 0.85% -
XYZ 35.5 37.08 71.62 -
YUV 161.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 130 166 218 0.40 0.24 0 0.15 215.45 0.54 0.68
Hex 82 A6 DA 28 18 0 F D7 36 44
Octal 202 246 332 50 30 0 17 327 66 104
Binary 10000010 10100110 11011010 101000 11000 0 1111 11010111 110110 1000100

Color Harmonies of #82A6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A6DA

Black with #82A6DA

Text Example


Text Example

White with #82A6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,166,218); }

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

background-color css

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

 a { background-color: rgb(130,166,218); }

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

border-color css

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

 span { border-color: rgb(130,166,218); }

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