Html Css Color HEX #82ACE0 Jordy Blue

📋 copy color: '#82ACE0'

red 130 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #82ACE0

Tints of Jordy Blue #82ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.7%

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 24.71%
G = 32.7%
B = 42.59%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#82ACE0 (or 0x82ACE0) is known color: Jordy Blue. HEX triplet: 82, AC and E0. RGB value is (130,172,224). Sum of RGB (Red+Green+Blue) = 130+172+224=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #82ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACE0 is #7D531F. Grayscale: #A5A5A5. Windows color (decimal): -8213280 or 14724226. OLE color: 14724226.

HSL color Cylindrical-coordinate representation of color #82ACE0: hue angle of 213.19º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82ACE0 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 172 224 -
CMYK 0.42 0.23 0 0.12
HSL 213.19º 0.6% 0.69% -
HSV(B) 213.19º 0.42% 0.88% -
XYZ 37.41 39.63 76.2 -
YUV 165.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 130 172 224 0.42 0.23 0 0.12 213.19 0.6 0.69
Hex 82 AC E0 2A 17 0 C D5 3C 45
Octal 202 254 340 52 27 0 14 325 74 105
Binary 10000010 10101100 11100000 101010 10111 0 1100 11010101 111100 1000101

Color Harmonies of #82ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ACE0

Black with #82ACE0

Text Example


Text Example

White with #82ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,172,224); }

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

background-color css

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

 a { background-color: rgb(130,172,224); }

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

border-color css

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

 span { border-color: rgb(130,172,224); }

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