Html Css Color HEX #80A0EF Jordy Blue

📋 copy color: '#80A0EF'

red 128 ◦ green 160 ◦ blue 239

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

Shades of Jordy Blue #80A0EF

Tints of Jordy Blue #80A0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.36%

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 24.29%
G = 30.36%
B = 45.35%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80A0EF (or 0x80A0EF) is known color: Jordy Blue. HEX triplet: 80, A0 and EF. RGB value is (128,160,239). Sum of RGB (Red+Green+Blue) = 128+160+239=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #80A0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A0EF is #7F5F10. Grayscale: #9F9F9F. Windows color (decimal): -8347409 or 15704192. OLE color: 15704192.

HSL color Cylindrical-coordinate representation of color #80A0EF: hue angle of 222.7º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80A0EF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 160 239 -
CMYK 0.46 0.33 0 0.06
HSL 222.7º 0.78% 0.72% -
HSV(B) 222.7º 0.46% 0.94% -
XYZ 37.05 35.96 86.65 -
YUV 159.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 128 160 239 0.46 0.33 0 0.06 222.7 0.78 0.72
Hex 80 A0 EF 2E 21 0 6 DF 4E 48
Octal 200 240 357 56 41 0 6 337 116 110
Binary 10000000 10100000 11101111 101110 100001 0 110 11011111 1001110 1001000

Color Harmonies of #80A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A0EF

Black with #80A0EF

Text Example


Text Example

White with #80A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,160,239); }

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

background-color css

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

 a { background-color: rgb(128,160,239); }

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

border-color css

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

 span { border-color: rgb(128,160,239); }

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