#83ACDC

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

Shades of Jordy Blue #83ACDC

Tints of Jordy Blue #83ACDC

Color information

#83ACDC (or 0x83ACDC) is unknown color: approx Jordy Blue. HEX triplet: 83, AC and DC. RGB value is (131,172,220). Sum of RGB (Red+Green+Blue) = 131+172+220=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #83ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACDC is #7C5323. Grayscale: #A4A4A4. Windows color (decimal): -8147748 or 14462083. OLE color: 14462083.

HSL color Cylindrical-coordinate representation of color #83ACDC: hue angle of 212.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83ACDC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131172220-
CMYK0.400.2200.14
HSL212.36º55.97%68.82%-
HSV(B)212.36º40.45%86.27%-
XYZ37.0339.573.38-
YUV165.21158.92103.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=25.05%
G=32.89%
B=42.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311722200.400.2200.14212.3655.9768.82
Hex83ACDC28160Ed43845
Octal203254334502601632470105
Binary1000001110101100110111001010001011001110110101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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