Html Css Color HEX #82A5DF Jordy Blue

📋 copy color: '#82A5DF'

red 130 ◦ green 165 ◦ blue 223

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

Shades of Jordy Blue #82A5DF

Tints of Jordy Blue #82A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.85%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 25.1%
G = 31.85%
B = 43.05%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82A5DF (or 0x82A5DF) is known color: Jordy Blue. HEX triplet: 82, A5 and DF. RGB value is (130,165,223). Sum of RGB (Red+Green+Blue) = 130+165+223=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #82A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A5DF is #7D5A20. Grayscale: #A0A0A0. Windows color (decimal): -8215073 or 14656898. OLE color: 14656898.

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

Color convert

RGB 130 165 223 -
CMYK 0.42 0.26 0 0.13
HSL 217.42º 0.59% 0.69% -
HSV(B) 217.42º 0.42% 0.87% -
XYZ 35.98 36.98 75.05 -
YUV 161.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 130 165 223 0.42 0.26 0 0.13 217.42 0.59 0.69
Hex 82 A5 DF 2A 1A 0 D D9 3B 45
Octal 202 245 337 52 32 0 15 331 73 105
Binary 10000010 10100101 11011111 101010 11010 0 1101 11011001 111011 1000101

Color Harmonies of #82A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A5DF

Black with #82A5DF

Text Example


Text Example

White with #82A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,165,223); }

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

background-color css

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

 a { background-color: rgb(130,165,223); }

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

border-color css

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

 span { border-color: rgb(130,165,223); }

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