Html Css Color HEX #82AEDA Jordy Blue

📋 copy color: '#82AEDA'

red 130 ◦ green 174 ◦ blue 218

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

Shades of Jordy Blue #82AEDA

Tints of Jordy Blue #82AEDA

RGB

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

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

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

R = 24.9%
G = 33.33%
B = 41.76%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#82AEDA (or 0x82AEDA) is known color: Jordy Blue. HEX triplet: 82, AE and DA. RGB value is (130,174,218). Sum of RGB (Red+Green+Blue) = 130+174+218=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #82AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEDA is #7D5125. Grayscale: #A5A5A5. Windows color (decimal): -8212774 or 14331522. OLE color: 14331522.

HSL color Cylindrical-coordinate representation of color #82AEDA: hue angle of 210º 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 #82AEDA is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 174 218 -
CMYK 0.40 0.20 0 0.15
HSL 210º 0.54% 0.68% -
HSV(B) 210º 0.4% 0.85% -
XYZ 37 40.08 72.12 -
YUV 165.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 130 174 218 0.40 0.20 0 0.15 210 0.54 0.68
Hex 82 AE DA 28 14 0 F D2 36 44
Octal 202 256 332 50 24 0 17 322 66 104
Binary 10000010 10101110 11011010 101000 10100 0 1111 11010010 110110 1000100

Color Harmonies of #82AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AEDA

Black with #82AEDA

Text Example


Text Example

White with #82AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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