Html Css Color HEX #80ABFB Jordy Blue

📋 copy color: '#80ABFB'

red 128 ◦ green 171 ◦ blue 251

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

Shades of Jordy Blue #80ABFB

Tints of Jordy Blue #80ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.64%

R = 23.27%
G = 31.09%
B = 45.64%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80ABFB (or 0x80ABFB) is known color: Jordy Blue. HEX triplet: 80, AB and FB. RGB value is (128,171,251). Sum of RGB (Red+Green+Blue) = 128+171+251=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #80ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABFB is #7F5404. Grayscale: #A6A6A6. Windows color (decimal): -8344581 or 16493440. OLE color: 16493440.

HSL color Cylindrical-coordinate representation of color #80ABFB: hue angle of 219.02º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80ABFB is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 171 251 -
CMYK 0.49 0.32 0 0.02
HSL 219.02º 0.94% 0.74% -
HSV(B) 219.02º 0.49% 0.98% -
XYZ 40.88 40.68 96.96 -
YUV 167.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 128 171 251 0.49 0.32 0 0.02 219.02 0.94 0.74
Hex 80 AB FB 31 20 0 2 DB 5E 4A
Octal 200 253 373 61 40 0 2 333 136 112
Binary 10000000 10101011 11111011 110001 100000 0 10 11011011 1011110 1001010

Color Harmonies of #80ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABFB

Black with #80ABFB

Text Example


Text Example

White with #80ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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