Html Css Color HEX #80ACFD Jordy Blue

📋 copy color: '#80ACFD'

red 128 ◦ green 172 ◦ blue 253

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

Shades of Jordy Blue #80ACFD

Tints of Jordy Blue #80ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 23.15%
G = 31.1%
B = 45.75%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80ACFD (or 0x80ACFD) is known color: Jordy Blue. HEX triplet: 80, AC and FD. RGB value is (128,172,253). Sum of RGB (Red+Green+Blue) = 128+172+253=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #80ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACFD is #7F5302. Grayscale: #A7A7A7. Windows color (decimal): -8344323 or 16624768. OLE color: 16624768.

HSL color Cylindrical-coordinate representation of color #80ACFD: hue angle of 218.88º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80ACFD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 172 253 -
CMYK 0.49 0.32 0 0.01
HSL 218.88º 0.97% 0.75% -
HSV(B) 218.88º 0.49% 0.99% -
XYZ 41.38 41.19 98.7 -
YUV 168.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 128 172 253 0.49 0.32 0 0.01 218.88 0.97 0.75
Hex 80 AC FD 31 20 0 1 DB 61 4B
Octal 200 254 375 61 40 0 1 333 141 113
Binary 10000000 10101100 11111101 110001 100000 0 1 11011011 1100001 1001011

Color Harmonies of #80ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACFD

Black with #80ACFD

Text Example


Text Example

White with #80ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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