Html Css Color HEX #80A1FF Cornflower Blue

📋 copy color: '#80A1FF'

red 128 ◦ green 161 ◦ blue 255

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

Shades of Cornflower Blue #80A1FF

Tints of Cornflower Blue #80A1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.6%

 BLUE value IS 255 (100% from 255) = 46.88%

R = 23.53%
G = 29.6%
B = 46.88%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80A1FF (or 0x80A1FF) is known color: Cornflower Blue. HEX triplet: 80, A1 and FF. RGB value is (128,161,255). Sum of RGB (Red+Green+Blue) = 128+161+255=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #80A1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A1FF is #7F5E00. Grayscale: #A1A1A1. Windows color (decimal): -8347137 or 16753024. OLE color: 16753024.

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

Color convert

RGB 128 161 255 -
CMYK 0.50 0.37 0 0
HSL 224.41º 1% 0.75% -
HSV(B) 224.41º 0.5% 1% -
XYZ 39.7 37.3 99.71 -
YUV 161.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 128 161 255 0.50 0.37 0 0 224.41 1 0.75
Hex 80 A1 FF 32 25 0 0 E0 64 4B
Octal 200 241 377 62 45 0 0 340 144 113
Binary 10000000 10100001 11111111 110010 100101 0 0 11100000 1100100 1001011

Color Harmonies of #80A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A1FF

Black with #80A1FF

Text Example


Text Example

White with #80A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,161,255); }

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

background-color css

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

 a { background-color: rgb(128,161,255); }

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

border-color css

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

 span { border-color: rgb(128,161,255); }

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