Html Css Color HEX #80ACFE Jordy Blue

📋 copy color: '#80ACFE'

red 128 ◦ green 172 ◦ blue 254

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

Shades of Jordy Blue #80ACFE

Tints of Jordy Blue #80ACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.05%

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

R = 23.1%
G = 31.05%
B = 45.85%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80ACFE (or 0x80ACFE) is known color: Jordy Blue. HEX triplet: 80, AC and FE. RGB value is (128,172,254). Sum of RGB (Red+Green+Blue) = 128+172+254=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #80ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACFE is #7F5301. Grayscale: #A7A7A7. Windows color (decimal): -8344322 or 16690304. OLE color: 16690304.

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

Color convert

RGB 128 172 254 -
CMYK 0.50 0.32 0 0.00
HSL 219.05º 0.98% 0.75% -
HSV(B) 219.05º 0.5% 1% -
XYZ 41.54 41.25 99.54 -
YUV 168.19 176.42 99.33 -
System Red Green Blue C M Y K H S L
Decimal 128 172 254 0.50 0.32 0 0.00 219.05 0.98 0.75
Hex 80 AC FE 32 20 0 0 DB 62 4B
Octal 200 254 376 62 40 0 0 333 142 113
Binary 10000000 10101100 11111110 110010 100000 0 0 11011011 1100010 1001011

Color Harmonies of #80ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACFE

Black with #80ACFE

Text Example


Text Example

White with #80ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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