Html Css Color HEX #80ACD5 Jordy Blue

📋 copy color: '#80ACD5'

red 128 ◦ green 172 ◦ blue 213

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

Shades of Jordy Blue #80ACD5

Tints of Jordy Blue #80ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 24.95%
G = 33.53%
B = 41.52%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#80ACD5 (or 0x80ACD5) is known color: Jordy Blue. HEX triplet: 80, AC and D5. RGB value is (128,172,213). Sum of RGB (Red+Green+Blue) = 128+172+213=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #80ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACD5 is #7F532A. Grayscale: #A3A3A3. Windows color (decimal): -8344363 or 14003328. OLE color: 14003328.

HSL color Cylindrical-coordinate representation of color #80ACD5: hue angle of 208.94º degrees, saturation: 0.5, 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 #80ACD5 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 172 213 -
CMYK 0.40 0.19 0 0.16
HSL 208.94º 0.5% 0.67% -
HSV(B) 208.94º 0.4% 0.84% -
XYZ 35.66 38.9 68.58 -
YUV 163.52 155.92 102.67 -
System Red Green Blue C M Y K H S L
Decimal 128 172 213 0.40 0.19 0 0.16 208.94 0.5 0.67
Hex 80 AC D5 28 13 0 10 D1 32 43
Octal 200 254 325 50 23 0 20 321 62 103
Binary 10000000 10101100 11010101 101000 10011 0 10000 11010001 110010 1000011

Color Harmonies of #80ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACD5

Black with #80ACD5

Text Example


Text Example

White with #80ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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