Html Css Color HEX #80A0D7 Jordy Blue

📋 copy color: '#80A0D7'

red 128 ◦ green 160 ◦ blue 215

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

Shades of Jordy Blue #80A0D7

Tints of Jordy Blue #80A0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.74%

R = 25.45%
G = 31.81%
B = 42.74%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#80A0D7 (or 0x80A0D7) is known color: Jordy Blue. HEX triplet: 80, A0 and D7. RGB value is (128,160,215). Sum of RGB (Red+Green+Blue) = 128+160+215=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #80A0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0D7 is #7F5F28. Grayscale: #9C9C9C. Windows color (decimal): -8347433 or 14131328. OLE color: 14131328.

HSL color Cylindrical-coordinate representation of color #80A0D7: hue angle of 217.93º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80A0D7 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 160 215 -
CMYK 0.40 0.26 0 0.16
HSL 217.93º 0.52% 0.67% -
HSV(B) 217.93º 0.4% 0.84% -
XYZ 33.74 34.64 69.2 -
YUV 156.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 128 160 215 0.40 0.26 0 0.16 217.93 0.52 0.67
Hex 80 A0 D7 28 1A 0 10 DA 34 43
Octal 200 240 327 50 32 0 20 332 64 103
Binary 10000000 10100000 11010111 101000 11010 0 10000 11011010 110100 1000011

Color Harmonies of #80A0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A0D7

Black with #80A0D7

Text Example


Text Example

White with #80A0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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