Html Css Color HEX #80A3DD Jordy Blue

📋 copy color: '#80A3DD'

red 128 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #80A3DD

Tints of Jordy Blue #80A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.84%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 25%
G = 31.84%
B = 43.16%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80A3DD (or 0x80A3DD) is known color: Jordy Blue. HEX triplet: 80, A3 and DD. RGB value is (128,163,221). Sum of RGB (Red+Green+Blue) = 128+163+221=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #80A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A3DD is #7F5C22. Grayscale: #9E9E9E. Windows color (decimal): -8346659 or 14525312. OLE color: 14525312.

HSL color Cylindrical-coordinate representation of color #80A3DD: hue angle of 217.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80A3DD is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 163 221 -
CMYK 0.42 0.26 0 0.13
HSL 217.42º 0.58% 0.68% -
HSV(B) 217.42º 0.42% 0.87% -
XYZ 35.05 36 73.51 -
YUV 159.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 128 163 221 0.42 0.26 0 0.13 217.42 0.58 0.68
Hex 80 A3 DD 2A 1A 0 D D9 3A 44
Octal 200 243 335 52 32 0 15 331 72 104
Binary 10000000 10100011 11011101 101010 11010 0 1101 11011001 111010 1000100

Color Harmonies of #80A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A3DD

Black with #80A3DD

Text Example


Text Example

White with #80A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,221); }

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

background-color css

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

 a { background-color: rgb(128,163,221); }

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

border-color css

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

 span { border-color: rgb(128,163,221); }

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