#80ABFF

Color #80ABFF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #80ABFF

Tints of Jordy Blue #80ABFF

Color information

#80ABFF (or 0x80ABFF) is unknown color: approx Jordy Blue. HEX triplet: 80, AB and FF. RGB value is (128,171,255). Sum of RGB (Red+Green+Blue) = 128+171+255=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #80ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABFF is #7F5400. Grayscale: #A7A7A7. Windows color (decimal): -8344577 or 16755584. OLE color: 16755584.

HSL color Cylindrical-coordinate representation of color #80ABFF: hue angle of 219.69º 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 #80ABFF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128171255-
CMYK0.500.3300
HSL219.69º100%75.1%-
HSV(B)219.69º49.8%100%-
XYZ41.5140.94100.32-
YUV167.72177.2599.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.10%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 255 (100% from 255) = 46.03%
R=23.10%
G=30.87%
B=46.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281712550.500.3300219.6910075.1
Hex80ABFF322100dc644b
Octal200253377624100334144113
Binary100000001010101111111111110010100001001101110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80ABFF;
 }
 .AnyTagClassName
 {
   color: #80ABFF;
 }
</style>
background-color css

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

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

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

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

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

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