Html Css Color HEX #80A2FE Jordy Blue

📋 copy color: '#80A2FE'

red 128 ◦ green 162 ◦ blue 254

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

Shades of Jordy Blue #80A2FE

Tints of Jordy Blue #80A2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.69%

R = 23.53%
G = 29.78%
B = 46.69%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80A2FE (or 0x80A2FE) is known color: Jordy Blue. HEX triplet: 80, A2 and FE. RGB value is (128,162,254). Sum of RGB (Red+Green+Blue) = 128+162+254=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #80A2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2FE is #7F5D01. Grayscale: #A1A1A1. Windows color (decimal): -8346882 or 16687744. OLE color: 16687744.

HSL color Cylindrical-coordinate representation of color #80A2FE: hue angle of 223.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80A2FE is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 162 254 -
CMYK 0.50 0.36 0 0.00
HSL 223.81º 0.98% 0.75% -
HSV(B) 223.81º 0.5% 1% -
XYZ 39.71 37.59 98.93 -
YUV 162.32 179.74 103.52 -
System Red Green Blue C M Y K H S L
Decimal 128 162 254 0.50 0.36 0 0.00 223.81 0.98 0.75
Hex 80 A2 FE 32 24 0 0 E0 62 4B
Octal 200 242 376 62 44 0 0 340 142 113
Binary 10000000 10100010 11111110 110010 100100 0 0 11100000 1100010 1001011

Color Harmonies of #80A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2FE

Black with #80A2FE

Text Example


Text Example

White with #80A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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