Html Css Color HEX #80A2EC Jordy Blue

📋 copy color: '#80A2EC'

red 128 ◦ green 162 ◦ blue 236

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

Shades of Jordy Blue #80A2EC

Tints of Jordy Blue #80A2EC

RGB

 RED value IS 128 (50.39% from 255) = 24.33%

 GREEN value IS 162 (63.67% from 255) = 30.8%

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 24.33%
G = 30.8%
B = 44.87%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80A2EC (or 0x80A2EC) is known color: Jordy Blue. HEX triplet: 80, A2 and EC. RGB value is (128,162,236). Sum of RGB (Red+Green+Blue) = 128+162+236=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #80A2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2EC is #7F5D13. Grayscale: #9F9F9F. Windows color (decimal): -8346900 or 15508096. OLE color: 15508096.

HSL color Cylindrical-coordinate representation of color #80A2EC: hue angle of 221.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80A2EC is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 162 236 -
CMYK 0.46 0.31 0 0.07
HSL 221.11º 0.74% 0.71% -
HSV(B) 221.11º 0.46% 0.93% -
XYZ 36.96 36.49 84.45 -
YUV 160.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 128 162 236 0.46 0.31 0 0.07 221.11 0.74 0.71
Hex 80 A2 EC 2E 1F 0 7 DD 4A 47
Octal 200 242 354 56 37 0 7 335 112 107
Binary 10000000 10100010 11101100 101110 11111 0 111 11011101 1001010 1000111

Color Harmonies of #80A2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2EC

Black with #80A2EC

Text Example


Text Example

White with #80A2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A2EC; }

 p { color: rgb(128,162,236); }

 H1.HeaderClassName
 {
   color: #80A2EC;
 }
 .AnyTagClassName
 {
   color: #80A2EC;
 }
</style>

background-color css

<style>
 a { background-color: #80A2EC; }

 a { background-color: rgb(128,162,236); }

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

border-color css

<style>
 span { border-color: #80A2EC; }

 span { border-color: rgb(128,162,236); }

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