#83ACDE

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

Shades of Jordy Blue #83ACDE

Tints of Jordy Blue #83ACDE

Color information

#83ACDE (or 0x83ACDE) is unknown color: approx Jordy Blue. HEX triplet: 83, AC and DE. RGB value is (131,172,222). Sum of RGB (Red+Green+Blue) = 131+172+222=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #83ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACDE is #7C5321. Grayscale: #A5A5A5. Windows color (decimal): -8147746 or 14593155. OLE color: 14593155.

HSL color Cylindrical-coordinate representation of color #83ACDE: hue angle of 212.97º degrees, saturation: 0.58, 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 #83ACDE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131172222-
CMYK0.410.2300.13
HSL212.97º57.96%69.22%-
HSV(B)212.97º40.99%87.06%-
XYZ37.339.674.79-
YUV165.44159.92103.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=24.95%
G=32.76%
B=42.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311722220.410.2300.13212.9757.9669.22
Hex83ACDE29170Dd53a45
Octal203254336512701532572105
Binary1000001110101100110111101010011011101101110101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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