Html Css Color HEX #80ABFF Jordy Blue

📋 copy color: '#80ABFF'

red 128 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #80ABFF

Tints of Jordy Blue #80ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.87%

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

R = 23.1%
G = 30.87%
B = 46.03%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80ABFF (or 0x80ABFF) is known color: 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

RGB 128 171 255 -
CMYK 0.50 0.33 0 0
HSL 219.69º 1% 0.75% -
HSV(B) 219.69º 0.5% 1% -
XYZ 41.52 40.94 100.32 -
YUV 167.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 128 171 255 0.50 0.33 0 0 219.69 1 0.75
Hex 80 AB FF 32 21 0 0 DC 64 4B
Octal 200 253 377 62 41 0 0 334 144 113
Binary 10000000 10101011 11111111 110010 100001 0 0 11011100 1100100 1001011

Color Harmonies of #80ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABFF

Black with #80ABFF

Text Example


Text Example

White with #80ABFF

Text Example


Text Example

HTML Codes & Css Web 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>