Html Css Color HEX #82AEDF Jordy Blue

📋 copy color: '#82AEDF'

red 130 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #82AEDF

Tints of Jordy Blue #82AEDF

RGB

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

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

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

R = 24.67%
G = 33.02%
B = 42.31%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82AEDF (or 0x82AEDF) is known color: Jordy Blue. HEX triplet: 82, AE and DF. RGB value is (130,174,223). Sum of RGB (Red+Green+Blue) = 130+174+223=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #82AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEDF is #7D5120. Grayscale: #A6A6A6. Windows color (decimal): -8212769 or 14659202. OLE color: 14659202.

HSL color Cylindrical-coordinate representation of color #82AEDF: hue angle of 211.61º 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 #82AEDF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 174 223 -
CMYK 0.42 0.22 0 0.13
HSL 211.61º 0.59% 0.69% -
HSV(B) 211.61º 0.42% 0.87% -
XYZ 37.66 40.35 75.61 -
YUV 166.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 130 174 223 0.42 0.22 0 0.13 211.61 0.59 0.69
Hex 82 AE DF 2A 16 0 D D4 3B 45
Octal 202 256 337 52 26 0 15 324 73 105
Binary 10000010 10101110 11011111 101010 10110 0 1101 11010100 111011 1000101

Color Harmonies of #82AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AEDF

Black with #82AEDF

Text Example


Text Example

White with #82AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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