Html Css Color HEX #80A2DF Jordy Blue

📋 copy color: '#80A2DF'

red 128 ◦ green 162 ◦ blue 223

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

Shades of Jordy Blue #80A2DF

Tints of Jordy Blue #80A2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.58%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 24.95%
G = 31.58%
B = 43.47%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80A2DF (or 0x80A2DF) is known color: Jordy Blue. HEX triplet: 80, A2 and DF. RGB value is (128,162,223). Sum of RGB (Red+Green+Blue) = 128+162+223=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #80A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A2DF is #7F5D20. Grayscale: #9E9E9E. Windows color (decimal): -8346913 or 14656128. OLE color: 14656128.

HSL color Cylindrical-coordinate representation of color #80A2DF: hue angle of 218.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80A2DF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 162 223 -
CMYK 0.43 0.27 0 0.13
HSL 218.53º 0.6% 0.69% -
HSV(B) 218.53º 0.43% 0.87% -
XYZ 35.14 35.76 74.86 -
YUV 158.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 128 162 223 0.43 0.27 0 0.13 218.53 0.6 0.69
Hex 80 A2 DF 2B 1B 0 D DB 3C 45
Octal 200 242 337 53 33 0 15 333 74 105
Binary 10000000 10100010 11011111 101011 11011 0 1101 11011011 111100 1000101

Color Harmonies of #80A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2DF

Black with #80A2DF

Text Example


Text Example

White with #80A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,162,223); }

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

background-color css

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

 a { background-color: rgb(128,162,223); }

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

border-color css

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

 span { border-color: rgb(128,162,223); }

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