Html Css Color HEX #80ACDD Jordy Blue

📋 copy color: '#80ACDD'

red 128 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #80ACDD

Tints of Jordy Blue #80ACDD

RGB

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

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

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

R = 24.57%
G = 33.01%
B = 42.42%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80ACDD (or 0x80ACDD) is known color: Jordy Blue. HEX triplet: 80, AC and DD. RGB value is (128,172,221). Sum of RGB (Red+Green+Blue) = 128+172+221=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #80ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACDD is #7F5322. Grayscale: #A4A4A4. Windows color (decimal): -8344355 or 14527616. OLE color: 14527616.

HSL color Cylindrical-coordinate representation of color #80ACDD: hue angle of 211.61º 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 #80ACDD is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 172 221 -
CMYK 0.42 0.22 0 0.13
HSL 211.61º 0.58% 0.68% -
HSV(B) 211.61º 0.42% 0.87% -
XYZ 36.71 39.31 74.06 -
YUV 164.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 128 172 221 0.42 0.22 0 0.13 211.61 0.58 0.68
Hex 80 AC DD 2A 16 0 D D4 3A 44
Octal 200 254 335 52 26 0 15 324 72 104
Binary 10000000 10101100 11011101 101010 10110 0 1101 11010100 111010 1000100

Color Harmonies of #80ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACDD

Black with #80ACDD

Text Example


Text Example

White with #80ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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