#83ACDD

Color #83ACDD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #83ACDD

Tints of Jordy Blue #83ACDD

Color information

#83ACDD (or 0x83ACDD) is unknown color: approx Jordy Blue. HEX triplet: 83, AC and DD. RGB value is (131,172,221). Sum of RGB (Red+Green+Blue) = 131+172+221=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #83ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACDD is #7C5322. Grayscale: #A5A5A5. Windows color (decimal): -8147747 or 14527619. OLE color: 14527619.

HSL color Cylindrical-coordinate representation of color #83ACDD: hue angle of 212.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83ACDD is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131172221-
CMYK0.410.2200.13
HSL212.67º56.96%69.02%-
HSV(B)212.67º40.72%86.67%-
XYZ37.1639.5574.08-
YUV165.33159.42103.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=25%
G=32.82%
B=42.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311722210.410.2200.13212.6756.9669.02
Hex83ACDD29160Dd53945
Octal203254335512601532571105
Binary1000001110101100110111011010011011001101110101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83ACDD;
 }
 .AnyTagClassName
 {
   color: #83ACDD;
 }
</style>
background-color css

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

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

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

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

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

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