Html Css Color HEX #82A6DE Jordy Blue

📋 copy color: '#82A6DE'

red 130 ◦ green 166 ◦ blue 222

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

Shades of Jordy Blue #82A6DE

Tints of Jordy Blue #82A6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 25.1%
G = 32.05%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82A6DE (or 0x82A6DE) is known color: Jordy Blue. HEX triplet: 82, A6 and DE. RGB value is (130,166,222). Sum of RGB (Red+Green+Blue) = 130+166+222=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #82A6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A6DE is #7D5921. Grayscale: #A1A1A1. Windows color (decimal): -8214818 or 14591618. OLE color: 14591618.

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

Color convert

RGB 130 166 222 -
CMYK 0.41 0.25 0 0.13
HSL 216.52º 0.58% 0.69% -
HSV(B) 216.52º 0.41% 0.87% -
XYZ 36.03 37.29 74.41 -
YUV 161.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 130 166 222 0.41 0.25 0 0.13 216.52 0.58 0.69
Hex 82 A6 DE 29 19 0 D D9 3A 45
Octal 202 246 336 51 31 0 15 331 72 105
Binary 10000010 10100110 11011110 101001 11001 0 1101 11011001 111010 1000101

Color Harmonies of #82A6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A6DE

Black with #82A6DE

Text Example


Text Example

White with #82A6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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